We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73985e9 commit 117f8a8Copy full SHA for 117f8a8
1 file changed
.github/dependabot.yml
@@ -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
15
+ open-pull-requests-limit: 10
16
+
17
+ - package-ecosystem: github-actions
18
19
20
0 commit comments