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 713d0fa commit 240688aCopy full SHA for 240688a
renovate.json
@@ -1,7 +1,11 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:recommended",
5
+ ":combinePatchMinorReleases",
6
+ ":rebaseStalePrs",
7
+ ":renovatePrefix",
8
+ "customManagers:githubActionsVersions"
9
],
10
"prConcurrentLimit": 3,
11
"prHourlyLimit": 1,
@@ -35,14 +39,21 @@
35
39
]
36
40
},
37
41
38
- "groupName": "Other non-major dependencies",
42
+ "groupName": "Mint non-major dependencies",
43
+ "matchManagers": [
44
+ "mint"
45
+ ],
46
"matchUpdateTypes": [
47
"minor",
48
"patch"
49
50
+ "labels": [
51
52
53
}
54
55
"labels": [
- "dependencies"
56
+ "dependencies",
57
+ "renovate"
58
-}
59
+}
0 commit comments