Skip to content

Commit 71290a5

Browse files
authored
Add cooldown period for Dependabot updates (#4185)
To support internal feed, we need to have 7 day cooldown else noone can build internally
1 parent 0f2b987 commit 71290a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ updates:
3131
schedule:
3232
interval: daily
3333
time: '13:00'
34+
cooldown:
35+
default-days: 7
3436
labels:
3537
- 'Type: Dependencies'
3638
versioning-strategy: lockfile-only

0 commit comments

Comments
 (0)