mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(renovate): re-enable Kotlin upgrades
This commit is contained in:
parent
b442b14cc1
commit
7e7a4bec83
1 changed files with 10 additions and 5 deletions
15
.github/renovate.json5
vendored
15
.github/renovate.json5
vendored
|
@ -19,6 +19,16 @@
|
||||||
"https://jitpack.io",
|
"https://jitpack.io",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"androidx.compose.compiler:compiler",
|
||||||
|
"com.squareup.anvil",
|
||||||
|
"dev.drewhamilton.poko",
|
||||||
|
"org.jetbrains.kotlin:kotlin-gradle-plugin",
|
||||||
|
"org.jetbrains.kotlin.plugin.serialization",
|
||||||
|
],
|
||||||
|
"groupName": "Kotlin and Compose",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^androidx.*",
|
"^androidx.*",
|
||||||
|
@ -34,12 +44,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"androidx.compose.compiler:compiler",
|
|
||||||
"com.android.tools:r8",
|
"com.android.tools:r8",
|
||||||
"com.squareup.anvil",
|
|
||||||
"dev.drewhamilton.poko",
|
|
||||||
"org.jetbrains.kotlin:kotlin-gradle-plugin",
|
|
||||||
"org.jetbrains.kotlin.plugin.serialization",
|
|
||||||
],
|
],
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue