Skip to content

Commit e3b4aaf

Browse files
committed
ci(dependabot): ignore org.json:json security advisories
Dependency was retired in 4.0.42-SNAPSHOT but GitHub's stale dep graph keeps firing failed security jobs against /modules/runtime (non-existent path).
1 parent 0a5e101 commit e3b4aaf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 3
8+
ignore:
9+
# org.json:json was retired from this repo in 4.0.42-SNAPSHOT (replaced by
10+
# Jackson 3 / tools.jackson.*). GitHub's dependency graph still carries a
11+
# stale entry pointing at /modules/runtime — a directory that doesn't
12+
# exist (the artifact lives at /modules/cpr) — so security-advisory jobs
13+
# for org.json:json keep failing with "path not found". Suppress until
14+
# the graph self-heals.
15+
- dependency-name: "org.json:json"
816

917
# Sample frontends + atmosphere.js + spring-boot-starter front-end.
1018
# Without watchers here, postcss/react/etc. CVEs in sample lockfiles

0 commit comments

Comments
 (0)