Skip to content

Commit c83912e

Browse files
authored
Activate weekly dependabot PRs for npm and switch actions to weekly (#5930)
1 parent 0329fdf commit c83912e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,28 @@ updates:
1111
- "/.github/actions/*"
1212
- "/.github/actions/*/*"
1313
schedule:
14-
interval: "monthly"
14+
interval: "weekly"
1515
groups:
1616
gh-actions-packages:
1717
patterns:
1818
- "*"
19+
- package-ecosystem: "npm"
20+
directories:
21+
- "/"
22+
schedule:
23+
interval: "weekly"
24+
groups:
25+
dev-minor-and-patch-dependencies:
26+
dependency-type: "development"
27+
patterns:
28+
- "*"
29+
update-types:
30+
- "minor"
31+
- "patch"
32+
runtime-minor-and-patch-dependencies:
33+
dependency-type: "production"
34+
patterns:
35+
- "*"
36+
update-types:
37+
- "minor"
38+
- "patch"

0 commit comments

Comments
 (0)