Skip to content

Commit 7712c69

Browse files
committed
ci(dependabot): Configure cooldown
To address the "insufficient cooldown" warning surfaced by zizmor code scanning.
1 parent d0b0596 commit 7712c69

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
version: 2
2-
enable-beta-ecosystems: true
2+
enable-beta-ecosystems: true
33

44
updates:
5-
5+
66
- package-ecosystem: github-actions
77
directory: "/"
88
schedule:
9-
interval: daily
10-
time: "03:00"
11-
9+
interval: daily
10+
time: "03:00"
11+
cooldown:
12+
default-days: 7
13+
1214
- package-ecosystem: cargo
1315
directory: "/"
1416
schedule:
1517
interval: weekly
1618
day: monday
1719
time: "04:00"
18-
20+
cooldown:
21+
default-days: 7

0 commit comments

Comments
 (0)