Skip to content

Commit

Permalink
group Kotlin and Renovate updates together in Renovate
Browse files Browse the repository at this point in the history
fixes #1496
  • Loading branch information
RBusarow committed May 23, 2023
1 parent 03fe192 commit 781a27a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
{
"matchManagers": ["pip_requirements"],
"automerge": true
},
{
"matchPackagePatterns": [
"^org\\.jetbrains\\.kotlin:(?:[\\w-]+)$",
"^com\\.google\\.devtools\\.ksp:(?:[\\w-]+)$"
],
"groupName": "Kotlin and KSP"
}
]
}

0 comments on commit 781a27a

Please sign in to comment.