From 5a175c162c596053d3771e32ce46184433392844 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 01:07:45 +0530 Subject: [PATCH] feat(renovate): add a regex manager for Compose Compiler --- .github/renovate.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2191b46c..975d034f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -44,6 +44,16 @@ ], "datasourceTemplate": "maven", "depNameTemplate": "com.twitter.compose.rules:detekt" - } + }, + { + "fileMatch": [ + "gradle/libs.versions.toml" + ], + "matchStrings": [ + "composeCompiler = \"(?.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "androidx.compose.compiler:compiler" + } ] }