From 824a64996a2af601c4c627b34a09e6e8868343d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:15:05 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index f4d2ed16e..8d54fa512 100644 --- a/renovate.json +++ b/renovate.json @@ -1,25 +1,25 @@ { - "$schema" : "https://docs.renovatebot.com/renovate-schema.json", - "extends" : [ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ "config:best-practices" ], - "rebaseWhen" : "conflicted", - "rebaseLabel" : "rebase", - "packageRules" : [ + "rebaseWhen": "conflicted", + "rebaseLabel": "rebase", + "packageRules": [ { - "groupName" : "Kotlin and compiler plugins", - "matchPackagePrefixes" : [ - "androidx.compose.compiler:", - "com.google.devtools.ksp:", - "org.jetbrains.kotlin:" + "groupName": "Kotlin and compiler plugins", + "matchPackageNames": [ + "androidx.compose.compiler:{/,}**", + "com.google.devtools.ksp:{/,}**", + "org.jetbrains.kotlin:{/,}**" ] }, { - "groupName" : "androidx lifecycle and downstream libs", - "matchPackagePrefixes" : [ - "androidx.activity:", - "androidx.fragment:", - "androidx.lifecycle:" + "groupName": "androidx lifecycle and downstream libs", + "matchPackageNames": [ + "androidx.activity:{/,}**", + "androidx.fragment:{/,}**", + "androidx.lifecycle:{/,}**" ] } ]