Skip to content

Commit f7341ba

Browse files
chore(renovate): prevent checkstyle upgrade
1 parent 44d51d0 commit f7341ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"matchUpdateTypes": ["minor"],
88
"matchPackageNames": ["ca.stellardrift:stylecheck"],
99
"enabled": false
10+
},
11+
{
12+
"description": "Prevent upgrade to Checkstyle 13+, that requires Java 21+.",
13+
"matchPackageNames": ["com.puppycrawl.tools:checkstyle"],
14+
"allowedVersions": "<13.0.0"
1015
}
1116
]
1217
}

0 commit comments

Comments
 (0)