mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 08:47:03 +05:30
fix(renovate): consolidate and cleanup disabled packages
This commit is contained in:
parent
13eefbba2a
commit
b6cb9a2077
1 changed files with 9 additions and 20 deletions
29
.github/renovate.json5
vendored
29
.github/renovate.json5
vendored
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":dependencyDashboard",
|
":dependencyDashboard",
|
||||||
|
@ -24,17 +25,6 @@
|
||||||
],
|
],
|
||||||
"groupName": "androidx"
|
"groupName": "androidx"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^kotlin",
|
|
||||||
"^org.jetbrains.kotlin",
|
|
||||||
"^androidx.compose.compiler",
|
|
||||||
"^anvil",
|
|
||||||
"^coil",
|
|
||||||
"^poko",
|
|
||||||
],
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^io.sentry",
|
"^io.sentry",
|
||||||
|
@ -43,16 +33,15 @@
|
||||||
"groupName": "sentry"
|
"groupName": "sentry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"managers": [
|
"matchPackageNames": [
|
||||||
"gradle"
|
"androidx.compose.compiler:compiler",
|
||||||
],
|
|
||||||
"packagePatterns": [
|
|
||||||
// Renovate refuses to stop resolving this from the snapshots repo
|
|
||||||
"^app.cash.sqldelight",
|
|
||||||
// Currently on a pre-release version for bugfixes
|
|
||||||
"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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
@ -89,5 +78,5 @@
|
||||||
"depNameTemplate": "io.sentry:sentry-android",
|
"depNameTemplate": "io.sentry:sentry-android",
|
||||||
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
|
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue