Skip to content

Commit 02ab636

Browse files
committed
chore: add Dependabot config
1 parent d7360ef commit 02ab636

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
npm-production:
10+
dependency-type: "production"
11+
update-types:
12+
- "minor"
13+
- "patch"
14+
npm-dev:
15+
dependency-type: "development"
16+
update-types:
17+
- "minor"
18+
- "patch"
19+
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
groups:
25+
github-actions:
26+
patterns:
27+
- "*"
28+

0 commit comments

Comments
 (0)