[SHARED] Update renovate config

This commit is contained in:
Kamil Gurgul
2026-01-13 09:35:47 +01:00
parent 8059291f71
commit d305ae7fa3
-15
View File
@@ -2,20 +2,5 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "Kotlin and KSP",
"groupSlug": "kotlin",
"matchPackageNames": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin"
]
},
{
"description": "Disable updates to SNAPSHOTS",
"matchDatasources": ["maven"],
"allowedVersions": "!/SNAPSHOT$/"
}
]
}