Skip to content

Commit 6073f76

Browse files
author
orbisai0security
committed
fix: package_managers.dependabot.dependabot-missing-cooldown.dependabot-missing-cooldown security vulnerability
Automated security fix generated by OrbisAI Security
1 parent f44e4cc commit 6073f76

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)