Skip to content

Commit

Permalink
build: prevent major version upgrade of eclipse-temurin base image
Browse files Browse the repository at this point in the history
Limit renovate to upgrading the the eclipse-temurin base image to Java 17 which
is used by hale»studio.

SVC-1398
  • Loading branch information
florianesser committed Feb 28, 2024
1 parent 893f255 commit d5deb41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"matchPackageNames": ["org.codehaus.groovy:groovy-all"],
"allowedVersions": "<2.6.0"
},
{
"matchPackageNames": ["eclipse-temurin"],
"allowedVersions": "<18.0.0"
}
]
}

0 comments on commit d5deb41

Please sign in to comment.