aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json5
diff options
context:
space:
mode:
Diffstat (limited to '.github/renovate.json5')
-rw-r--r--.github/renovate.json549
1 files changed, 49 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
new file mode 100644
index 00000000..0a868aaa
--- /dev/null
+++ b/.github/renovate.json5
@@ -0,0 +1,49 @@
+{
+ "extends": [
+ "config:base",
+ ":dependencyDashboard",
+ "helpers:pinGitHubActionDigests",
+ ],
+ "packageRules": [
+ {
+ "matchPackagePatterns": [
+ "^kotlin",
+ "^org.jetbrains.kotlin",
+ "^androidx.compose.compiler"
+ ],
+ "groupName": "kotlin"
+ },
+ {
+ "managers": [
+ "gradle"
+ ],
+ "matchPackagePatterns": [
+ "^androidx.appcompat"
+ ],
+ "enabled": false
+ },
+ {
+ "matchDatasources": [
+ "maven"
+ ],
+ "matchPackageNames": [
+ "androidx.compose.compiler:compiler"
+ ],
+ "registryUrls": [
+ "https://maven.google.com/"
+ ]
+ }
+ ],
+ "regexManagers": [
+ {
+ "fileMatch": [
+ "gradle/libs.versions.toml"
+ ],
+ "matchStrings": [
+ "composeCompiler = \"(?<currentValue>.*)\""
+ ],
+ "datasourceTemplate": "maven",
+ "depNameTemplate": "androidx.compose.compiler:compiler"
+ }
+ ]
+}