Create renovate.json

This commit is contained in:
Το μοχθηρό ^_^
2024-03-09 16:18:14 +08:00
committed by GitHub
parent b2a9397dc7
commit a31e4dab85

18
renovate.json Normal file
View File

@@ -0,0 +1,18 @@
{
"automerge": true,
"labels": [
"dependencies"
],
"extends": ["config:recommended", ":dependencyDashboard"],
"packageRules": [
{
"groupName": "Kotlin, KSP",
"matchPackagePrefixes": [
"com.google.devtools.ksp"
],
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
]
}
]
}