Skip to content

Commit 623a26b

Browse files
fix: package_managers.dependabot.dependabot-missing-cooldown.dependabot-missing-cooldown security vulnerability
Automated security fix generated by OrbisAI Security
1 parent 12ea4bb commit 623a26b

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,14 +5,20 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810

911
- package-ecosystem: "github-actions"
1012
directory: "/.github/workflows/"
1113
schedule:
1214
interval: "daily"
15+
cooldown:
16+
default-days: 7
1317

1418
- package-ecosystem: "maven"
1519
directory: "/"
1620
schedule:
1721
interval: "daily"
22+
cooldown:
23+
default-days: 7
1824
...

0 commit comments

Comments
 (0)