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 a28c3c9 commit 477bedbCopy full SHA for 477bedb
renovate.json
@@ -0,0 +1,28 @@
1
+
2
+{
3
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
4
+ "extends": [
5
+ "config:js-lib",
6
+ ":automergeMinor",
7
+ ":preserveSemverRanges"
8
+ ],
9
+ "includeForks": true,
10
+ "labels": ["dependencies"],
11
+ "packageRules": [
12
+ {
13
+ "matchUpdateTypes": ["major"],
14
+ "addLabels": ["major"]
15
+ },
16
17
+ "matchUpdateTypes": ["minor"],
18
+ "addLabels": ["minor"]
19
20
21
+ "matchUpdateTypes": ["patch"],
22
+ "addLabels": ["patch"]
23
+ }
24
25
+ "js": {
26
+ "addLabels": ["yarn"]
27
28
+}
0 commit comments