There was an error while loading. Please reload this page.
1 parent 66b66b5 commit 38a16e1Copy full SHA for 38a16e1
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: monthly
7
+ versioning-strategy: increase
8
+ open-pull-requests-limit: 1
9
+ groups:
10
+ all-dependencies:
11
+ patterns:
12
+ - "*"
13
+ update-types:
14
+ - "minor"
15
+ - "patch"
16
+
17
+ - package-ecosystem: github-actions
18
19
20
21
22
+ github-actions:
23
24
25
0 commit comments