Skip to content

Commit 16647a2

Browse files
committed
Add Dependabot config for weekly npm updates
1 parent d606d38 commit 16647a2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
dev-dependencies:
10+
dependency-type: "development"
11+
update-types:
12+
- "minor"
13+
- "patch"
14+
production-dependencies:
15+
dependency-type: "production"
16+
update-types:
17+
- "minor"
18+
- "patch"

0 commit comments

Comments
 (0)