From 08eb416206b603fe8093a3bfa29bf646d90c702c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:59:42 +0200 Subject: [PATCH] chore(config): migrate renovate config (#871) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/pachli/pachli-android). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 0fb17f353..ff2905c12 100644 --- a/renovate.json +++ b/renovate.json @@ -7,11 +7,9 @@ { "groupName": "Kotlin", "groupSlug": "kotlin", - "matchPackagePrefixes": [ - "com.google.devtools.ksp" - ], - "matchPackagePatterns": [ - "org.jetbrains.kotlin.*" + "matchPackageNames": [ + "com.google.devtools.ksp{/,}**", + "/org.jetbrains.kotlin.*/" ] } ]