Skip to content

Commit f8de5ec

Browse files
authored
Merge pull request #1241 from orbisai0security/fix-dependabot-missing-cooldown
fix: this dependabot configuration does not set a cooldown interval
2 parents 09ff6ea + 6073f76 commit f8de5ec

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
@@ -11,10 +11,14 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: "daily"
14+
cooldown:
15+
default-days: 7
1416

1517
# Maintain dependencies for cargo
1618
- package-ecosystem: cargo
1719
directory: "/"
1820
schedule:
1921
interval: "daily"
2022
target-branch: "main"
23+
cooldown:
24+
default-days: 7

0 commit comments

Comments
 (0)