Skip to content

Commit c45396e

Browse files
committed
ci: Enable two-day cooldown for dependabot
1 parent 30b04b5 commit c45396e

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,6 +4,8 @@ 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
@@ -17,6 +19,8 @@ updates:
1719
- RandomByte
1820
- flovogt
1921
versioning-strategy: increase
22+
cooldown:
23+
default-days: 2
2024
commit-message:
2125
prefix: "deps"
2226
prefix-development: "build(deps-dev)"

0 commit comments

Comments
 (0)