feat(renovate): add a regex manager for Compose Compiler

This commit is contained in:
Harsh Shandilya 2022-11-13 01:08:38 +05:30
parent b8bc9d373a
commit ce40f413b9
No known key found for this signature in database

12
.github/renovate.json vendored
View file

@ -22,5 +22,17 @@
],
"enabled": false
}
],
"regexManagers": [
{
"fileMatch": [
"gradle/libs.versions.toml"
],
"matchStrings": [
"composeCompiler = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "androidx.compose.compiler:compiler"
}
]
}