Skip to content

Commit

Permalink
Migrate config renovate.json (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent bf493be commit 2cc20c4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"groupName": "Kotlin, KSP",
"groupSlug": "kotlin",
"matchPackagePrefixes": [
"com.google.devtools.ksp"
],
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
"matchPackageNames": [
"com.google.devtools.ksp{/,}**",
"/org.jetbrains.kotlin.*/"
]
},
{
"description": "Automatically merge patch-level updates",
"matchUpdateTypes": ["patch", "digest"],
"matchUpdateTypes": [
"patch",
"digest"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"description": "Disable updates to SNAPSHOTS",
"matchDatasources": ["maven"],
"matchDatasources": [
"maven"
],
"allowedVersions": "!/SNAPSHOT$/"
}
]
Expand Down

0 comments on commit 2cc20c4

Please sign in to comment.