diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1c057bc..37209fbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,23 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + bundler: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + github_actions: + patterns: + - "*" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + groups: + npm: + patterns: + - "*"