diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 456ebed..18cf615 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,8 @@ updates: exclude-paths: - "resolve-check-config/**" - "setup-install/**" - - "supported-version/**" \ No newline at end of file + - "supported-version/**" + # @types/node tracks the Node runtime version, not the latest release; + # bumping it ahead of the pinned Node version is noise. + ignore: + - dependency-name: "@types/node" \ No newline at end of file