There was an error while loading. Please reload this page.
1 parent 0afeb2d commit 84b22caCopy full SHA for 84b22ca
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ open-pull-requests-limit: 10
8
+ groups:
9
+ # Bundle all non-major npm updates into a single PR to cut noise.
10
+ npm-minor-patch:
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
+
15
+ - package-ecosystem: "github-actions"
16
17
18
+ interval: "weekly"
19
+ open-pull-requests-limit: 5
20
21
+ github-actions:
22
23
24
0 commit comments