Skip to content

Commit cc8d7f5

Browse files
authored
ci: add cooldown to dependabot
1 parent 0419008 commit cc8d7f5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ updates:
55
directory: /
66
schedule:
77
interval: monthly
8-
groups:
9-
typescript-eslint:
10-
patterns:
11-
- "@typescript-eslint/*"
12-
ignore:
13-
- dependency-name: eslint
14-
update-types:
15-
- version-update:semver-major
8+
cooldown:
9+
semver-major-days: 90
10+
semver-minor-days: 30
1611

1712
- package-ecosystem: github-actions
1813
directory: /

0 commit comments

Comments
 (0)