Skip to content

Commit

Permalink
ci(renovate): Only allow digit-versions of the Jira REST client
Browse files Browse the repository at this point in the history
Do not upgrade to intermediate versions like "5.2.8-platform7-12284590",
see e.g. [1].

[1]: #8831

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 3, 2024
1 parent de9dbc9 commit 6e836b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": [
"com.atlassian.jira:jira-rest-java-client-api",
"com.atlassian.jira:jira-rest-java-client-app"
],
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/"
},
{
"matchPackageNames": [
"org.springframework:spring-core"
Expand Down

0 comments on commit 6e836b1

Please sign in to comment.