Skip to content

Commit f852c2c

Browse files
committed
Use cooldown for dependabot, adds github-actions to dependabot
1 parent 8ef96ae commit f852c2c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "npm"
9+
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: weekly
12+
cooldown:
13+
default-days: 7
1214
labels:
1315
- "dependency-updates"
1416
versioning-strategy: increase
1517
allow:
1618
- dependency-type: "production"
19+
assignees: [zachleat]
20+
21+
- package-ecosystem: github-actions
22+
directories: ".github/workflows/**"
23+
schedule:
24+
interval: weekly
25+
cooldown:
26+
default-days: 7
27+
assignees: [zachleat]

0 commit comments

Comments
 (0)