diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a9b24b..806c2d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,14 @@ updates: patterns: - "*" versioning-strategy: increase - open-pull-requests-limit: 1 \ No newline at end of file + open-pull-requests-limit: 1 + ignore: + # @actions v3.x packages are pure ESM and incompatible with @vercel/ncc + - dependency-name: "@actions/core" + update-types: ["version-update:semver-major"] + - dependency-name: "@actions/exec" + update-types: ["version-update:semver-major"] + - dependency-name: "@actions/io" + update-types: ["version-update:semver-major"] + # Node types should be updated manually to match target runtime + - dependency-name: "@types/node" \ No newline at end of file