Skip to content

Commit 923a7bc

Browse files
authored
Group Ktlint updates (#2762)
2 parents b0d96f3 + 8856603 commit 923a7bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"config:recommended",
55
],
66
packageRules: [
7+
{
8+
groupName: 'Ktlint',
9+
matchPackageNames: [
10+
'com.pinterest.ktlint:*',
11+
]
12+
},
713
{
814
groupName: 'OpenRewrite',
915
matchPackageNames: [
10-
'org.openrewrite.recipe:.*',
16+
'org.openrewrite.recipe:*',
1117
],
1218
},
1319
]

0 commit comments

Comments
 (0)