mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +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
|
"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