Skip to content

Commit

Permalink
build: prevent minor version upgrade of groovy-all dependency
Browse files Browse the repository at this point in the history
Limit renovate to upgrading the groovy-all dependency to 2.5.x which is used
by hale»studio.

SVC-1398
  • Loading branch information
florianesser committed Feb 28, 2024
1 parent cef9d8e commit 5a93f06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackageNames": ["org.codehaus.groovy:groovy-all"],
"allowedVersions": "<2.6.0"
}
]
}

0 comments on commit 5a93f06

Please sign in to comment.