move renovate.json into .github (#4881)
This commit is contained in:
parent
fd7d966148
commit
eaa6f1be73
1 changed files with 0 additions and 0 deletions
16
.github/renovate.json
vendored
Normal file
16
.github/renovate.json
vendored
Normal 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.*/"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue