mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 01:27:18 +02:00
fix(renovate): add Compose compiler dep in the Kotlin group
This commit is contained in:
parent
213b332025
commit
dbbfe95f40
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -7,7 +7,8 @@
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^kotlin",
|
"^kotlin",
|
||||||
"^org.jetbrains.kotlin"
|
"^org.jetbrains.kotlin",
|
||||||
|
"^androidx.compose.compiler"
|
||||||
],
|
],
|
||||||
"groupName": "kotlin"
|
"groupName": "kotlin"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue