Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add a custom datasource for the VUISS DAX plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 2, 2024
1 parent e16e536 commit 5a4d3f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"versioning": "loose"
}
],
"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 @@ -69,7 +77,7 @@
"fileMatch": ["roles/xnat/defaults/main.yml$"],
"matchStrings": ["dax-plugin-genProcData-(?<currentValue>.*?).jar"],
"depNameTemplate": "VUIIS/dax",
"datasourceTemplate": "github-releases"
"datasourceTemplate": "custom.VUIIS-dax"
},
{
"customType": "regex",
Expand Down

0 comments on commit 5a4d3f2

Please sign in to comment.