1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-04 10:37:37 +01:00
Tusky-App-Android/renovate.json
renovate[bot] 9d853bdae9
Migrate renovate config (#4830)
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://redirect.github.com/renovatebot/renovate/discussions).


---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tuskyapp/Tusky).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-23 21:29:52 +01:00

17 lines
384 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"groupName": "Kotlin",
"groupSlug": "kotlin",
"matchPackageNames": [
"com.google.devtools.ksp{/,}**",
"/org.jetbrains.kotlin.*/"
]
}
]
}