move renovate.json into .github (#4881)

This commit is contained in:
Konrad Pozniak 2025-01-17 12:36:17 +01:00 committed by GitHub
commit eaa6f1be73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/renovate.json vendored Normal file
View file

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