Skip to content

Commit 141160c

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 d9d0e12 commit 141160c

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
@@ -10,7 +10,14 @@ updates:
1010
# `ignore: "*" patch` rule also silenced security PRs under GitHub\'s
1111
# current Dependabot behaviour. See rsr-template-repo commit 78b050e
1212
# and 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md.
13-
open-pull-requests-limit: 0
13+
open-pull-requests-limit: 10
14+
groups:
15+
cargo:
16+
patterns:
17+
- "*"
18+
update-types:
19+
- "minor"
20+
- "patch"
1421
- package-ecosystem: "github-actions"
1522
directory: "/"
1623
schedule:
@@ -34,4 +41,4 @@ updates:
3441
- package-ecosystem: "pip"
3542
directory: "/"
3643
schedule:
37-
interval: "weekly"
44+
interval: "weekly"

0 commit comments

Comments
 (0)