Skip to content

Commit 77c7260

Browse files
authored
Update dependabot.yml add cooldown of 7 days (#221)
* Update dependabot.yml add cooldown of 7 days * Update .github/dependabot.yml
1 parent 43763ec commit 77c7260

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ updates:
1111
github-actions:
1212
patterns:
1313
- '*'
14-
14+
cooldown:
15+
default-days: 7
1516
- package-ecosystem: 'pip'
1617
directory: '/'
1718
schedule:
@@ -23,3 +24,5 @@ updates:
2324
python-dependencies:
2425
patterns:
2526
- '*'
27+
cooldown:
28+
default-days: 7

0 commit comments

Comments
 (0)