Skip to content

Commit 08ef23c

Browse files
chore: add 7-days cooldown to Dependabot and move to weekly bumps
1 parent 8cbb26d commit 08ef23c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ updates:
33
- package-ecosystem: 'npm'
44
directory: '/'
55
schedule:
6-
interval: 'daily'
6+
interval: 'weekly'
7+
cooldown:
8+
default-days: 7
79
open-pull-requests-limit: 20
810
groups:
911
github-actions:
@@ -12,7 +14,9 @@ updates:
1214
- package-ecosystem: 'github-actions'
1315
directory: '/'
1416
schedule:
15-
interval: 'daily'
17+
interval: 'weekly'
18+
cooldown:
19+
default-days: 7
1620
open-pull-requests-limit: 20
1721
groups:
1822
github-actions:

0 commit comments

Comments
 (0)