Skip to content

Commit 0db706d

Browse files
authored
Temp block ESLint major version bumps (#202)
`eslint-plugin-github` doesn't support v10 yet, so we are blocking major bumps until then. github/axe-github#304 (comment)
1 parent 24c5b0a commit 0db706d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
# TODO: Allow `eslint` to update to version 10 after `eslint-plugin-github` updates with support for v10 too
8+
ignore:
9+
- dependency-name: "eslint"
10+
update-types: ["version-update:semver-major"]
711
groups:
812
all-dependencies:
913
patterns:
@@ -23,4 +27,4 @@ updates:
2327
- "*"
2428
update-types:
2529
- "minor"
26-
- "patch"
30+
- "patch"

0 commit comments

Comments
 (0)