Skip to content

Commit 63bbf4d

Browse files
committed
ci(dependabot): restore cargo PR limit so security + version PRs flow
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 b6ba436 commit 63bbf4d

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
@@ -18,7 +18,14 @@ updates:
1818
# `ignore: "*" patch` rule also silenced security PRs under GitHub\'s
1919
# current Dependabot behaviour. See rsr-template-repo commit 78b050e
2020
# and 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md.
21-
open-pull-requests-limit: 0
21+
open-pull-requests-limit: 10
22+
groups:
23+
cargo:
24+
patterns:
25+
- "*"
26+
update-types:
27+
- "minor"
28+
- "patch"
2229

2330
- package-ecosystem: "npm"
2431
directory: "/"
@@ -28,4 +35,4 @@ updates:
2835
- package-ecosystem: "pip"
2936
directory: "/"
3037
schedule:
31-
interval: "weekly"
38+
interval: "weekly"

0 commit comments

Comments
 (0)