Skip to content

Commit 92af699

Browse files
ci(dependabot): restore cargo PR limit so security + version PRs flow (#3)
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 1d5c0ec commit 92af699

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
@@ -30,7 +30,14 @@ updates:
3030
directory: "/"
3131
schedule:
3232
interval: "weekly"
33-
open-pull-requests-limit: 0
33+
open-pull-requests-limit: 10
34+
groups:
35+
cargo:
36+
patterns:
37+
- "*"
38+
update-types:
39+
- "minor"
40+
- "patch"
3441

3542
# Elixir/Mix
3643
- package-ecosystem: "mix"
@@ -54,4 +61,4 @@ updates:
5461
- package-ecosystem: "nix"
5562
directory: "/"
5663
schedule:
57-
interval: "weekly"
64+
interval: "weekly"

0 commit comments

Comments
 (0)