feat(renovate): add a regex manager for Compose Compiler
This commit is contained in:
parent
b8bc9d373a
commit
ce40f413b9
1 changed files with 12 additions and 0 deletions
12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
|
@ -22,5 +22,17 @@
|
|||
],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"gradle/libs.versions.toml"
|
||||
],
|
||||
"matchStrings": [
|
||||
"composeCompiler = \"(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "maven",
|
||||
"depNameTemplate": "androidx.compose.compiler:compiler"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue