Skip to content

Commit 2ec654a

Browse files
authored
specify cooldown and dependency groups for dependabot
closes #262
1 parent ccfd468 commit 2ec654a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "daily"
10+
cooldown:
11+
semver-minor-days: 7
12+
semver-patch-days: 7
13+
eslint:
14+
patterns:
15+
- "@eslint/*"
16+
- "eslint"
17+
- "typescript-eslint"
18+
applies-to: version-updates

0 commit comments

Comments
 (0)