mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
feat(renovate): add a regex manager for Compose Compiler
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user