Skip to content

Commit 46839ce

Browse files
ci(dependabot): restore cargo PR limit so security PRs flow (#45)
Propagates rsr-template-repo#37 fix. `open-pull-requests-limit: 0` on the cargo block was empirically suppressing Dependabot **security** PRs estate-wide (not just version updates as the previous comment claimed). Restoring to `10` with grouped minor/patch updates to keep noise contained while letting security advisories flow.
1 parent ce3c597 commit 46839ce

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,6 +18,13 @@ 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

23-
# Note: npm/pip removed per RSR - use Deno (deno.json) for JS, Julia/Rust for data processing
30+
# Note: npm/pip removed per RSR - use Deno (deno.json) for JS, Julia/Rust for data processing

0 commit comments

Comments
 (0)