Skip to content

Commit 99e86be

Browse files
ci(dependabot): restore cargo PR limit so security + version PRs flow (#12)
Aligns with hyperpolymath/rsr-template-repo#37: open-pull-requests-limit: 0 empirically suppressed Dependabot SECURITY PRs in addition to version updates. Restoring limit: 10 with grouped minor/patch updates to keep noise contained while letting security advisories flow.
1 parent a7e9cb2 commit 99e86be

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ updates:
2424
# `ignore: "*" patch` rule also silenced security PRs under GitHub\'s
2525
# current Dependabot behaviour. See rsr-template-repo commit 78b050e
2626
# and 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md.
27-
open-pull-requests-limit: 0
27+
open-pull-requests-limit: 10
28+
groups:
29+
cargo:
30+
patterns:
31+
- "*"
32+
update-types:
33+
- "minor"
34+
- "patch"
2835

2936
# Elixir/Mix
3037
- package-ecosystem: "mix"
@@ -48,4 +55,4 @@ updates:
4855
- package-ecosystem: "nix"
4956
directory: "/"
5057
schedule:
51-
interval: "weekly"
58+
interval: "weekly"

0 commit comments

Comments
 (0)