diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc98817..07cc4b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,14 @@ updates: # `ignore: "*" patch` rule also silenced security PRs under GitHub\'s # current Dependabot behaviour. See rsr-template-repo commit 78b050e # and 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md. - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 + groups: + cargo: + patterns: + - "*" + update-types: + - "minor" + - "patch" # Elixir/Mix - package-ecosystem: "mix" @@ -48,4 +55,4 @@ updates: - package-ecosystem: "nix" directory: "/" schedule: - interval: "weekly" + interval: "weekly" \ No newline at end of file