diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d301ef8ad..d469b9f18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,20 @@ updates: interval: "weekly" cooldown: default-days: 7 + groups: + actions-weekly: + applies-to: "version-updates" + patterns: ["*"] + update-types: ["minor", "patch"] + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" cooldown: default-days: 7 + groups: + npm-weekly: + applies-to: "version-updates" + patterns: ["*"] + update-types: ["minor", "patch"]