Commit a431f39
chore: exclude test fixture manifests from Dependabot
The src/test/resources/tst_manifests/ directory contains intentionally
pinned (and sometimes vulnerable) dependencies used as test data.
Dependabot was raising version and security update PRs for these
fixtures, which should never be upgraded automatically.
Add ecosystem entries for npm, pip, gomod, gradle, and cargo with
exclude-paths covering src/test/** and open-pull-requests-limit: 0
so Dependabot skips those manifests entirely for version updates.
Note: exclude-paths does not apply to Dependabot security updates.
Security update PRs for test fixtures must be closed manually and
their alerts dismissed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cf45396 commit a431f39
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments