From 653787c946020692f0c4eadeb8b88a070dffd2e2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 01:23:50 +0530 Subject: [PATCH] fix(renovate): reformat config with Boop --- .github/renovate.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 660af7c1..cbd11e35 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,10 +24,14 @@ "enabled": false }, { - "matchDatasources": ["maven"], - "matchPackageNames": ["androidx.compose.compiler:compiler"], + "matchDatasources": [ + "maven" + ], + "matchPackageNames": [ + "androidx.compose.compiler:compiler" + ], "registryUrls": [ - "https://maven.google.com/" + "https://maven.google.com/" ] } ], @@ -61,6 +65,6 @@ ], "datasourceTemplate": "maven", "depNameTemplate": "androidx.compose.compiler:compiler" - } + } ] }