diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34c42b2c..569f5eb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,15 @@ updates: schedule: interval: "weekly" day: "sunday" + groups: + all-npm-dependencies: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + all-gh-actions-dependencies: + patterns: + - "*"