Skip to content

Commit f4dfe97

Browse files
author
Antonio Salinas
authored
fix: Add dependency update cooldown for dependabot (#361)
* Added 1 day cooldown for dependabot updates * Set default days to 7
1 parent f281fe0 commit f4dfe97

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
groups:
911
dependabot-github-actions:
1012
applies-to: version-updates
@@ -16,6 +18,8 @@ updates:
1618
directory: "/"
1719
schedule:
1820
interval: "weekly"
21+
cooldown:
22+
default-days: 7
1923
groups:
2024
# Take weekly version updates to dependencies, but only include minor- and patch-level updates.
2125
dependabot-gomod-minor:
@@ -38,6 +42,8 @@ updates:
3842
- "/tools/*"
3943
schedule:
4044
interval: "weekly"
45+
cooldown:
46+
default-days: 7
4147
groups:
4248
# Take weekly security updates to all dependencies.
4349
dependabot-gomod-tools-security:

0 commit comments

Comments
 (0)