Skip to content

Commit d71cd62

Browse files
committed
Ignore all J2HTML versions except 1.4.0
1 parent 940a014 commit d71cd62

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>jenkinsci/renovate-config"],
44
"commitMessageAction": "Bump",
5-
"ignorePaths": ["src/**"]
5+
"ignorePaths": ["src/**"],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": ["com.j2html:j2html"],
9+
"allowedVersions": "< 1.5.0"
10+
},
611
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<module.name>${project.groupId}.plugin.util.api</module.name>
4747

4848
<error-prone.version>2.36.0</error-prone.version>
49-
<j2html.version>1.6.0</j2html.version>
49+
<j2html.version>1.4.0</j2html.version>
5050
<streamex.version>0.8.4</streamex.version>
5151
<testcontainers.version>2.0.5</testcontainers.version>
5252
<codingstyle.library.version>6.12.0</codingstyle.library.version>

0 commit comments

Comments
 (0)