Skip to content

Commit 9fd4190

Browse files
authored
Merge pull request #16 from dhensby/pulls/dependabot-config
ci: add lint-tools group to dependabot
2 parents 1b7e069 + acc7371 commit 9fd4190

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
@@ -24,6 +24,10 @@ updates:
2424
- "mocha"
2525
- "nyc"
2626
- "@istanbuljs/nyc-config-typescript"
27+
lint-tools:
28+
patterns:
29+
- "eslint"
30+
- "@typescript-eslint/*"
2731
action-tools:
2832
patterns:
2933
- "@actions/*"

0 commit comments

Comments
 (0)