We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4edf85 + c6b47dc commit b0d96f3Copy full SHA for b0d96f3
2 files changed
.github/renovate.json5
@@ -3,13 +3,12 @@
3
"extends": [
4
"config:recommended",
5
],
6
- "packageRules": [
+ packageRules: [
7
{
8
- "groupName": "Ktlint",
9
- "enabled": false,
10
- "matchPackageNames": [
11
- "/com.pinterest.ktlint:*/",
12
- ]
13
- }
+ groupName: 'OpenRewrite',
+ matchPackageNames: [
+ 'org.openrewrite.recipe:.*',
+ ],
+ },
14
]
15
}
gradle/rewrite.gradle
@@ -21,7 +21,6 @@ rewrite {
21
failOnDryRunResults = true
22
23
dependencies {
24
- rewrite(platform('org.openrewrite.recipe:rewrite-recipe-bom:3.19.0'))
25
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.22.0')
26
rewrite('org.openrewrite.recipe:rewrite-java-security:3.22.0')
27
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.0')
0 commit comments