We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980970c commit cb9041cCopy full SHA for cb9041c
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 20
9
+ cooldown:
10
+ default-days: 3
11
+ semver-major-days: 7
12
+ groups:
13
+ minor-and-patch:
14
+ applies-to: version-updates
15
+ update-types:
16
+ - "minor"
17
+ - "patch"
18
19
+ - package-ecosystem: "github-actions"
20
21
22
23
24
25
0 commit comments