aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json12
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"
+ }
]
}