diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c2ecc8..092ffb2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: weekly + # TODO: Allow `eslint` to update to version 10 after `eslint-plugin-github` updates with support for v10 too + ignore: + - dependency-name: "eslint" + update-types: ["version-update:semver-major"] groups: all-dependencies: patterns: @@ -23,4 +27,4 @@ updates: - "*" update-types: - "minor" - - "patch" \ No newline at end of file + - "patch"