diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22597c5..ca0d1f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + dependencies: + patterns: + - "*" + exclude-patterns: + - "rand*" - package-ecosystem: "github-actions" directory: "/" schedule: