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 96d1f83 commit 7011e60Copy full SHA for 7011e60
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+
4
+version: 2
5
+updates:
6
+- package-ecosystem: "npm"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ cooldown:
11
+ default-days: 7
12
+ semver-patch-days: 7
13
+ semver-minor-days: 14
14
+ semver-major-days: 30
15
+ open-pull-requests-limit: 5
16
+ assignees:
17
+ - "aegilops"
18
+ groups:
19
+ production-dependencies:
20
+ dependency-type: "production"
21
+ development-dependencies:
22
+ dependency-type: "development"
0 commit comments