diff --git a/.github/renovate.json b/.github/renovate.json index 32957f5..60fabe5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -91,9 +91,21 @@ { "fileMatch": ["^.*Versions\\.kt$"], "matchStrings": ["val metro: String = \"(?\\d+\\.\\d+\\.\\d+)\""], + "depNameTemplate": "dev.zacsweers.metro:runtime", + "datasourceTemplate": "maven" + }, + { + "fileMatch": ["^.*Versions\\.kt$"], + "matchStrings": ["val metroPlugin: String = \"(?\\d+\\.\\d+\\.\\d+)\""], "depNameTemplate": "dev.zacsweers.metro:dev.zacsweers.metro.gradle.plugin", "datasourceTemplate": "maven" }, + { + "fileMatch": ["^.*Versions\\.kt$"], + "matchStrings": ["val room: String = \"(?\\d+\\.\\d+\\.\\d+)\""], + "depNameTemplate": "androidx.room:room-runtime", + "datasourceTemplate": "maven" + }, { "fileMatch": ["^.*Versions\\.kt$"], "matchStrings": ["val composeBom: String = \"(?\\d+\\.\\d+\\.\\d+)\""], @@ -189,6 +201,12 @@ "matchStrings": ["AdditionalPlugin\\(\"com\\.autonomousapps\\.dependency-analysis\",\\s*\"(?\\d+\\.\\d+\\.\\d+)\""], "depNameTemplate": "com.autonomousapps:dependency-analysis-gradle-plugin", "datasourceTemplate": "maven" + }, + { + "fileMatch": ["^.*Versions\\.kt$"], + "matchStrings": ["AdditionalPlugin\\(\\s*\"com\\.fueledbycaffeine\\.spotlight\",\\s*\"(?\\d+\\.\\d+\\.\\d+)\""], + "depNameTemplate": "com.fueledbycaffeine.spotlight:com.fueledbycaffeine.spotlight.gradle.plugin", + "datasourceTemplate": "maven" } ] }