Skip to content

Commit 27738cb

Browse files
committed
Add dependabot groups
1 parent e42e405 commit 27738cb

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

Diff for: .github/dependabot.yml

+20-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
version: 2
22
updates:
33

4-
- package-ecosystem: github-actions
4+
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: daily
8-
open-pull-requests-limit: 99
7+
interval: "weekly"
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "actions/*"
12+
- "github/*"
913

10-
- package-ecosystem: npm
14+
- package-ecosystem: "npm"
1115
directory: "/"
1216
schedule:
13-
interval: daily
14-
open-pull-requests-limit: 99
15-
versioning-strategy: increase
17+
interval: "weekly"
18+
versioning-strategy: "increase"
19+
groups:
20+
actions:
21+
patterns:
22+
- "@actions/*"
23+
jest:
24+
patterns:
25+
- "@types/jest"
26+
- "jest"
27+
- "jest-*"
28+
- "ts-jest"

0 commit comments

Comments
 (0)