Files
com.kgurgul.cpuinfo/renovate.json
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Kamil Gurgul
2b6376ddd0 Configure Renovate (#117)
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kamil Gurgul <kamgurgul@gmail.com>
2024-04-02 07:34:00 +02:00

23 lines
498 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "Kotlin, KSP and Compose",
"groupSlug": "kotlin",
"matchPackageNames": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin",
"org.jetbrains.compose"
]
},
{
"description": "Disable updates to SNAPSHOTS",
"matchDatasources": ["maven"],
"allowedVersions": "!/SNAPSHOT$/"
}
]
}