fix(renovate): group all AndroidX updates together
This commit is contained in:
parent
caca4f7a08
commit
5bd31f0073
1 changed files with 6 additions and 1 deletions
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
|
@ -16,11 +16,16 @@
|
||||||
"https://plugins.gradle.org/m2/",
|
"https://plugins.gradle.org/m2/",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^androidx.*",
|
||||||
|
],
|
||||||
|
"groupName": "androidx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^kotlin",
|
"^kotlin",
|
||||||
"^org.jetbrains.kotlin",
|
"^org.jetbrains.kotlin",
|
||||||
"^androidx.compose.compiler"
|
|
||||||
],
|
],
|
||||||
"groupName": "kotlin"
|
"groupName": "kotlin"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue