38 lines
748 B
JSON
38 lines
748 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard",
|
|
"helpers:pinGitHubActionDigests",
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^kotlin",
|
|
"^org.jetbrains.kotlin",
|
|
"^androidx.compose.compiler"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"managers": [
|
|
"gradle"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"^androidx.appcompat"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"gradle/libs.versions.toml"
|
|
],
|
|
"matchStrings": [
|
|
"composeCompiler = \"(?<currentValue>.*)\""
|
|
],
|
|
"datasourceTemplate": "maven",
|
|
"depNameTemplate": "androidx.compose.compiler:compiler"
|
|
}
|
|
]
|
|
}
|