Skip to content

Commit dd4ba6d

Browse files
committed
chore: ignore eslint dependabot
1 parent def193b commit dd4ba6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ updates:
2121
pull-request-branch-name:
2222
separator: "-"
2323
versioning-strategy: increase
24+
ignore:
25+
# We currently need to ignore eslint@v9
26+
- dependency-name: "eslint"
27+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)