Skip to content

Commit 9ab451a

Browse files
committed
ci: Use dependabot cooldown
1 parent ddd84fc commit 9ab451a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ updates:
66
interval: "weekly"
77
commit-message:
88
prefix: "ci(github-actions)"
9+
cooldown:
10+
default-days: 2
911
- package-ecosystem: npm
1012
directory: "/"
1113
schedule:
1214
interval: weekly
1315
day: sunday
1416
time: "10:00"
1517
timezone: Etc/UCT
18+
cooldown:
19+
default-days: 2
1620
versioning-strategy: increase
1721
commit-message:
1822
prefix: "deps"

0 commit comments

Comments
 (0)