diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0babeb..456ebed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,11 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + 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/**" \ No newline at end of file