From 3a437075aebf2d5f35964096588b8a856cd5bfab Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Mon, 23 Sep 2024 11:33:32 -0700 Subject: [PATCH] Only allow updates from groups (#1197) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 714fa9ae3..dd25300fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,9 @@ updates: update-types: - "minor" - "patch" + allow: + - dependency-type: production + - dependency-type: development - package-ecosystem: "github-actions" directory: "/" schedule: