Skip to content

Commit

Permalink
Remove DAX from renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 29, 2025
1 parent 08ebf43 commit 6ce2ee9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"xnatx/ldap-auth-plugin",
"xnatdev/container-service",
"xnatx/xnatx-batch-launch-plugin",
"VUIIS/dax",
"icrimaginginformatics/ohif-viewer-xnat-plugin",
"xnatx/ml-plugin",
"xnatx/datasets-plugin",
Expand All @@ -42,14 +41,6 @@
allowedVersions: "<=2.0.2",
},
],
customDatasources: {
"VUIIS-dax": {
defaultRegistryUrlTemplate: "https://api.github.com/repos/VUIIS/dax/contents/misc/xnat-plugins",
transformTemplates: [
'{"releases": $.{"version": $join(["v", $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match ])}}',
],
},
},
customManagers: [
{
customType: "regex",
Expand Down Expand Up @@ -99,14 +90,6 @@
depNameTemplate: "xnatx/xnatx-batch-launch-plugin",
datasourceTemplate: "bitbucket-tags",
},
{
customType: "regex",
description: "Update XNAT dax plugin specified in roles/xnat/defaults/main.yml",
fileMatch: ["roles/xnat/defaults/main.yml$"],
matchStrings: ["dax-plugin-genProcData-(?<currentValue>.*?).jar"],
depNameTemplate: "VUIIS/dax",
datasourceTemplate: "custom.VUIIS-dax",
},
{
customType: "regex",
description: "Update OHIF Viewer plugin version specified in roles/xnat/defaults/main.yml",
Expand Down

0 comments on commit 6ce2ee9

Please sign in to comment.