Skip to content

Commit 117f8a8

Browse files
committed
chore: add Dependabot config for automated dependency updates
1 parent 73985e9 commit 117f8a8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
zenstack:
9+
patterns:
10+
- "@zenstackhq/*"
11+
dev-dependencies:
12+
dependency-type: development
13+
exclude-patterns:
14+
- "@zenstackhq/*"
15+
open-pull-requests-limit: 10
16+
17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: weekly

0 commit comments

Comments
 (0)