We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2430418 commit d109d49Copy full SHA for d109d49
1 file changed
renovate.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"labels": [
7
"dependencies",
@@ -10,7 +10,9 @@
10
"prConcurrentLimit": 2,
11
"packageRules": [
12
13
- "matchUpdateTypes": ["minor"],
+ "matchUpdateTypes": [
14
+ "minor"
15
+ ],
16
"prPriority": 5
17
}
18
]
0 commit comments