diff --git a/.github/renovate.json b/.github/renovate.json index 7669f50f..957fd4ab 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -27,16 +27,6 @@ ], "datasourceTemplate": "maven", "depNameTemplate": "com.facebook:ktfmt" - }, - { - "fileMatch": [ - ".toml$" - ], - "matchStrings": [ - "composeCompiler = \"(?.*)\"" - ], - "datasourceTemplate": "maven", - "depNameTemplate": "androidx.compose.compiler:compiler" } ] }