Skip to content

Commit 2159ec9

Browse files
committed
👷 ci(dependabot): group dependencies and add github-actions ecosystem
1 parent 7cb261d commit 2159ec9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,46 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
production-dependencies:
14+
dependency-type: "production"
15+
clasp:
16+
patterns:
17+
- "@google/clasp"
18+
eslint:
19+
patterns:
20+
- "*eslint*"
21+
- "eslint"
22+
- "@eslint/js"
23+
- "globals"
24+
jest:
25+
patterns:
26+
- "*jest*"
27+
- "jest"
28+
babel:
29+
patterns:
30+
- "*babel*"
31+
rollup:
32+
patterns:
33+
- "*rollup*"
34+
types:
35+
patterns:
36+
- "@types/*"
37+
development-dependencies:
38+
dependency-type: "development"
39+
exclude-patterns:
40+
- "@google/clasp"
41+
- "*eslint*"
42+
- "eslint"
43+
- "@eslint/js"
44+
- "globals"
45+
- "*jest*"
46+
- "jest"
47+
- "*babel*"
48+
- "*rollup*"
49+
- "@types/*"
50+
51+
- package-ecosystem: "github-actions"
52+
directory: "/"
53+
schedule:
54+
interval: "weekly"

0 commit comments

Comments
 (0)