mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
feat(renovate): add a regex manager for Compose Compiler
This commit is contained in:
parent
b8bc9d373a
commit
ce40f413b9
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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue