Skip to content

Commit a7b69a0

Browse files
committed
ci: Enable two-day cooldown for dependabot
1 parent 5dbfdae commit a7b69a0

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
@@ -4,13 +4,17 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 2
79
commit-message:
810
prefix: "ci(github-actions)"
911
- package-ecosystem: npm
1012
directory: "/"
1113
schedule:
1214
interval: "daily"
1315
versioning-strategy: increase
16+
cooldown:
17+
default-days: 2
1418
commit-message:
1519
prefix: "deps"
1620
prefix-development: "build(deps-dev)"

0 commit comments

Comments
 (0)