Skip to content

Commit

Permalink
Use loose versioning for XNAT and DXM plugin (#86)
Browse files Browse the repository at this point in the history
Fixes #47 

- use loose versioning for XNAT and the DXM plugin
  • Loading branch information
p-j-smith authored Mar 25, 2024
1 parent 97c2dc8 commit 4274fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"matchStrings": ["xnat_version:\\s?(?<currentValue>.*?)\\n"],
"depNameTemplate": "xnatdev/xnat-web",
"datasourceTemplate": "bitbucket-tags",
"versioningTemplate": "regex:(?<major>\\d+).(?<minor>\\d+).(?<build>\\d+).(?<revision>\\d+)"
"versioning": "loose"
},
{
"customType": "regex",
Expand Down Expand Up @@ -130,7 +130,7 @@
"matchStrings": ["dxm-settings-plugin-(?<currentValue>.*?).jar"],
"depNameTemplate": "xnatx/xnatx-dxm-settings-plugin",
"datasourceTemplate": "bitbucket-tags",
"versioningTemplate": "regex:(?<major>\\d+).(?<minor>\\d+)"
"versioning": "loose"
},
{
"customType": "regex",
Expand Down

0 comments on commit 4274fd2

Please sign in to comment.