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

12
.github/renovate.json vendored
View File

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