Skip to content

Commit e2bda96

Browse files
committed
chore: add dependabot cooldown configuration
1 parent 1624298 commit e2bda96

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
@@ -17,6 +17,8 @@ updates:
1717
- "patch"
1818
patterns:
1919
- "*"
20+
cooldown:
21+
default-days: 7
2022
- package-ecosystem: "github-actions"
2123
directory: "/"
2224
schedule:
@@ -34,3 +36,5 @@ updates:
3436
- "patch"
3537
patterns:
3638
- "*"
39+
cooldown:
40+
default-days: 7

0 commit comments

Comments
 (0)