chore(config): migrate renovate config (#871)
[![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>
This commit is contained in:
parent
6ea2231b06
commit
08eb416206
|
@ -7,11 +7,9 @@
|
||||||
{
|
{
|
||||||
"groupName": "Kotlin",
|
"groupName": "Kotlin",
|
||||||
"groupSlug": "kotlin",
|
"groupSlug": "kotlin",
|
||||||
"matchPackagePrefixes": [
|
"matchPackageNames": [
|
||||||
"com.google.devtools.ksp"
|
"com.google.devtools.ksp{/,}**",
|
||||||
],
|
"/org.jetbrains.kotlin.*/"
|
||||||
"matchPackagePatterns": [
|
|
||||||
"org.jetbrains.kotlin.*"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue