ci: prevent dependabot from bumping placeholder packages

This commit is contained in:
Damien Retzinger
2026-06-09 17:40:41 -04:00
parent 14a0e38d64
commit c43cf1503b
+7
View File
@@ -9,3 +9,10 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
# TS subpackages pin deps to 0.0.0-PLACEHOLDER; real versions are managed
# in the root package.json Keep Dependabot out of them so it stops
# "bumping" the placeholder (see PR #267).
exclude-paths:
- "resolve-check-config/**"
- "setup-install/**"
- "supported-version/**"