diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index fefbcd40..50b0156f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,5 +22,17 @@ ], "enabled": false } + ], + "regexManagers": [ + { + "fileMatch": [ + "gradle/libs.versions.toml" + ], + "matchStrings": [ + "composeCompiler = \"(?<currentValue>.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "androidx.compose.compiler:compiler" + } ] } |