Skip to content

Commit 0b3dadf

Browse files
heiskrCopilot
andauthored
Add 7-day cooldown to Dependabot version updates (#60566)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b7923ef commit 0b3dadf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
schedule:
1414
interval: weekly
1515
day: tuesday
16+
cooldown:
17+
default-days: 7
1618
ignore:
1719
# Because this is so dependent on the remote server we use
1820
- dependency-name: '@elastic/elasticsearch'
@@ -27,6 +29,8 @@ updates:
2729
schedule:
2830
interval: weekly
2931
day: tuesday
32+
cooldown:
33+
default-days: 7
3034
ignore:
3135
- dependency-name: '*'
3236
update-types:
@@ -39,6 +43,8 @@ updates:
3943
directory: '/'
4044
schedule:
4145
interval: daily
46+
cooldown:
47+
default-days: 7
4248
groups:
4349
baseImages:
4450
patterns:

0 commit comments

Comments
 (0)