mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17: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": [
|
||||
"config:base",
|
||||
":dependencyDashboard",
|
||||
|
@ -24,17 +25,6 @@
|
|||
],
|
||||
"groupName": "androidx"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^kotlin",
|
||||
"^org.jetbrains.kotlin",
|
||||
"^androidx.compose.compiler",
|
||||
"^anvil",
|
||||
"^coil",
|
||||
"^poko",
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^io.sentry",
|
||||
|
@ -43,16 +33,15 @@
|
|||
"groupName": "sentry"
|
||||
},
|
||||
{
|
||||
"managers": [
|
||||
"gradle"
|
||||
],
|
||||
"packagePatterns": [
|
||||
// Renovate refuses to stop resolving this from the snapshots repo
|
||||
"^app.cash.sqldelight",
|
||||
// Currently on a pre-release version for bugfixes
|
||||
"matchPackageNames": [
|
||||
"androidx.compose.compiler:compiler",
|
||||
"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": [
|
||||
|
@ -89,5 +78,5 @@
|
|||
"depNameTemplate": "io.sentry:sentry-android",
|
||||
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
|
||||
}
|
||||
]
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue