Skip to content

Commit 36b7df9

Browse files
authored
Have dependabot ignore eslint-plugin-mocha (#1888)
1 parent d5bc6fb commit 36b7df9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ updates:
2222
- dependency-name: "@types/svgicons2svgfont"
2323
- dependency-name: "octokit"
2424
update-types: ["version-update:semver-major"]
25+
- dependency-name: "eslint-plugin-mocha"
26+
update-types: ["version-update:semver-major"]
2527
# Newer versions of fantasticon are broken on Windows.
2628
# https://github.com/tancredi/fantasticon/issues/470
2729
- dependency-name: "fantasticon"

0 commit comments

Comments
 (0)