File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments