Skip to content

Commit

Permalink
Merge branch 'main' into drmatthews-omero
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Mar 26, 2024
2 parents 531a7a3 + ded03fe commit d59313f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"allowedVersions": "<10"
},
{
"description": "Update XNAT and associated plugins at the same time",
"matchPackageNames": [
"xnatdev/xnat-web",
"xnatdev/xsync",
Expand All @@ -22,7 +23,8 @@
"xnatx/xnatx-dxm-settings-plugin",
"NrgXnat/xnat-pipeline-engine"
],
"groupName": "xnat"
"groupName": "xnat",
"versioning": "loose"
}
],
"customDatasources": {
Expand All @@ -48,8 +50,7 @@
"fileMatch": ["(^|/)*defaults/main.yml$"],
"matchStrings": ["xnat_version:\\s?(?<currentValue>.*?)\\n"],
"depNameTemplate": "xnatdev/xnat-web",
"datasourceTemplate": "bitbucket-tags",
"versioning": "loose"
"datasourceTemplate": "bitbucket-tags"
},
{
"customType": "regex",
Expand Down Expand Up @@ -129,8 +130,7 @@
"fileMatch": ["roles/xnat/defaults/main.yml$"],
"matchStrings": ["dxm-settings-plugin-(?<currentValue>.*?).jar"],
"depNameTemplate": "xnatx/xnatx-dxm-settings-plugin",
"datasourceTemplate": "bitbucket-tags",
"versioning": "loose"
"datasourceTemplate": "bitbucket-tags"
},
{
"customType": "regex",
Expand Down

0 comments on commit d59313f

Please sign in to comment.