Skip to content

Commit 883d759

Browse files
authored
Add Groups to dependabot for updates (#248)
1 parent 94e1bdb commit 883d759

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,100 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "github-actions" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
813
- package-ecosystem: "npm" # See documentation for possible values
914
directory: "/" # Location of package manifests
1015
schedule:
1116
interval: "daily"
17+
open-pull-requests-limit: 5
18+
groups:
19+
nevware21:
20+
patterns:
21+
- "@nevware21/*"
22+
types:
23+
patterns:
24+
- "@types/*"
25+
grunt:
26+
patterns:
27+
- "grunt*"
28+
puppeteer:
29+
patterns:
30+
- "puppeteer"
31+
rollup:
32+
patterns:
33+
- "rollup*"
34+
- "@rollup/*"
35+
typescript:
36+
patterns:
37+
- "typescript*"
38+
- "typedoc"
39+
- "karma-typescript"
40+
- "nyc"
41+
- "@istanbuljs/nyc-config-typescript"
42+
- "*mocha*"
1243

1344
- package-ecosystem: "npm" # See documentation for possible values
1445
directory: "/dbg" # Location of package manifests
1546
schedule:
1647
interval: "daily"
48+
open-pull-requests-limit: 5
49+
groups:
50+
nevware21:
51+
patterns:
52+
- "@nevware21/*"
53+
types:
54+
patterns:
55+
- "@types/*"
56+
grunt:
57+
patterns:
58+
- "grunt*"
59+
puppeteer:
60+
patterns:
61+
- "puppeteer"
62+
rollup:
63+
patterns:
64+
- "rollup*"
65+
- "@rollup/*"
66+
typescript:
67+
patterns:
68+
- "typescript*"
69+
- "typedoc"
70+
- "karma-typescript"
71+
- "nyc"
72+
- "@istanbuljs/nyc-config-typescript"
73+
- "*mocha*"
1774

1875
- package-ecosystem: "npm" # See documentation for possible values
1976
directory: "/providers" # Location of package manifests
2077
schedule:
2178
interval: "daily"
79+
open-pull-requests-limit: 5
80+
groups:
81+
nevware21:
82+
patterns:
83+
- "@nevware21/*"
84+
types:
85+
patterns:
86+
- "@types/*"
87+
grunt:
88+
patterns:
89+
- "grunt*"
90+
puppeteer:
91+
patterns:
92+
- "puppeteer"
93+
rollup:
94+
patterns:
95+
- "rollup*"
96+
- "@rollup/*"
97+
typescript:
98+
patterns:
99+
- "typescript*"
100+
- "typedoc"
101+
- "karma-typescript"
102+
- "nyc"
103+
- "@istanbuljs/nyc-config-typescript"
104+
- "*mocha*"

0 commit comments

Comments
 (0)