Skip to content

Commit f623398

Browse files
MattIPv4Copilot
andauthored
ci: set 3-day cooldown for Dependabot updates (#369)
* ci: set 3-day cooldown for Dependabot updates * ci: fix Dependabot format group typo Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 5d8bb46 commit f623398

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ updates:
1010
interval: monthly
1111
commit-message:
1212
prefix: meta
13+
cooldown:
14+
default-days: 3
1315
open-pull-requests-limit: 10
1416
- package-ecosystem: npm
1517
directory: '/'
@@ -18,8 +20,10 @@ updates:
1820
interval: monthly
1921
commit-message:
2022
prefix: meta
23+
cooldown:
24+
default-days: 3
2125
groups:
22-
fromat:
26+
format:
2327
patterns:
2428
- 'prettier'
2529
lint:

0 commit comments

Comments
 (0)