Commit cdf078c
ci: suppress dependabot updates for test fixture manifests (#477)
The exclude-paths option only applies to version updates, not security
updates (per GitHub docs). This caused 26+ noisy PRs from dependabot
trying to bump intentionally-pinned vulnerable deps in test fixtures.
Replace the broad directory: "/" entries for non-JS ecosystems with
targeted directories pointing to the actual test fixture paths, paired
with ignore: [{dependency-name: "*"}] to suppress both version and
security update PRs.
For npm, add a separate entry targeting test fixture JS directories
with the same ignore rule, keeping the production root entry intact.
Also adds test/providers/provider_manifests/** to the production npm
exclude-paths and adds missing uv/gradle/cargo ecosystem entries.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d84439a commit cdf078c
1 file changed
Lines changed: 65 additions & 12 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 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
30 | 52 | | |
31 | | - | |
| 53 | + | |
| 54 | + | |
32 | 55 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
36 | 68 | | |
37 | | - | |
| 69 | + | |
| 70 | + | |
38 | 71 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
42 | 93 | | |
43 | | - | |
| 94 | + | |
| 95 | + | |
44 | 96 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
0 commit comments