Skip to content

Commit c741b40

Browse files
committed
dependabot: appease zizmor
1 parent 69436d0 commit c741b40

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@ updates:
55
directory: "/backend"
66
schedule:
77
interval: "monthly"
8+
# Cooldown
9+
cooldown:
10+
default-days: 5
811
open-pull-requests-limit: 10
912

1013
# Enable version updates for GitHub Actions
1114
- package-ecosystem: "github-actions"
1215
directory: "/"
1316
schedule:
1417
interval: "monthly"
18+
# Cooldown
19+
cooldown:
20+
default-days: 5
1521
open-pull-requests-limit: 10
1622

1723
# Enable version updates for npm
1824
- package-ecosystem: "npm"
1925
directory: "/frontend"
2026
schedule:
2127
interval: "monthly"
22-
open-pull-requests-limit: 10
28+
# Cooldown
29+
cooldown:
30+
default-days: 5
31+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)