diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d03bc755ed..210c929ecb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,10 +4,16 @@ "config:recommended", ], packageRules: [ + { + groupName: 'Ktlint', + matchPackageNames: [ + 'com.pinterest.ktlint:*', + ] + }, { groupName: 'OpenRewrite', matchPackageNames: [ - 'org.openrewrite.recipe:.*', + 'org.openrewrite.recipe:*', ], }, ]