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.
2 parents 083b031 + fe74189 commit 20b45dbCopy full SHA for 20b45db
renovate.json
@@ -0,0 +1,37 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":disableDependencyDashboard",
6
+ ":gitSignOff"
7
+ ],
8
+ "labels": [
9
+ "dependency"
10
11
+ "npm": {
12
+ "packageRules": [
13
+ {
14
+ "matchUpdateTypes": [
15
+ "minor",
16
+ "patch",
17
+ "pin",
18
+ "digest"
19
20
+ "automerge": true,
21
+ "groupName": "npm",
22
+ "schedule": [
23
+ "on the first day of the month"
24
+ ]
25
+ },
26
27
28
+ "major"
29
30
+ "groupName": "npm-major",
31
32
33
34
+ }
35
36
37
+}
0 commit comments