Skip to content

Commit 240688a

Browse files
committed
Update renovate.json
1 parent 713d0fa commit 240688a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

renovate.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":combinePatchMinorReleases",
6+
":rebaseStalePrs",
7+
":renovatePrefix",
8+
"customManagers:githubActionsVersions"
59
],
610
"prConcurrentLimit": 3,
711
"prHourlyLimit": 1,
@@ -35,14 +39,21 @@
3539
]
3640
},
3741
{
38-
"groupName": "Other non-major dependencies",
42+
"groupName": "Mint non-major dependencies",
43+
"matchManagers": [
44+
"mint"
45+
],
3946
"matchUpdateTypes": [
4047
"minor",
4148
"patch"
49+
],
50+
"labels": [
51+
"mint"
4252
]
4353
}
4454
],
4555
"labels": [
46-
"dependencies"
56+
"dependencies",
57+
"renovate"
4758
]
48-
}
59+
}

0 commit comments

Comments
 (0)