Commit ea6a384
authored
chore: restrict dependabot to security updates only (#1395)
## Summary
- Sets `open-pull-requests-limit: 0` on both pip and github-actions
ecosystems, which disables routine version-bump PRs while still allowing
security update PRs (they bypass this limit)
- Changes pip scanning interval from daily to weekly since it only
matters for security scanning cadence now
## Context
Closed 9 open dependabot PRs that were all routine version bumps with no
security motivation. This config change prevents future noise.1 parent 40bc0d6 commit ea6a384
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
0 commit comments