Skip to content

Commit 22cd1fd

Browse files
committed
chore: add dependency update delay settings
1 parent fa49fe5 commit 22cd1fd

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
@@ -7,6 +7,8 @@ updates:
77
day: "monday"
88
time: "10:00"
99
timezone: "UTC"
10+
cooldown:
11+
default-days: 7
1012
exclude-paths:
1113
- "examples/**"
1214
- "integration_tests/**"
@@ -36,6 +38,8 @@ updates:
3638
day: "monday"
3739
time: "10:00"
3840
timezone: "UTC"
41+
cooldown:
42+
default-days: 7
3943
exclude-paths:
4044
- "examples/**"
4145
- "integration_tests/**"

0 commit comments

Comments
 (0)