From 8a3f1f167dbc04fcb5df88a3d90c22e9e48e6054 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 20 Aug 2022 00:05:43 +0530 Subject: [PATCH] renovate: remove `androidx.compose.compiler` rule --- .github/renovate.json | 10 ---------- 1 file changed, 10 deletions(-) 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" } ] }