|
2 | 2 | $schema: "https://docs.renovatebot.com/renovate-schema.json",
|
3 | 3 | extends: ["github>UCL-MIRSG/.github//renovate/default-config.json5"],
|
4 | 4 | packageRules: [
|
5 |
| - { |
6 |
| - description: "Check Maven Central for updates to Tomcat 9", |
7 |
| - matchPackageNames: ["org.apache.tomcat:tomcat"], |
8 |
| - allowedVersions: "<10", |
9 |
| - }, |
10 |
| - { |
11 |
| - description: "Update XNAT and associated plugins at the same time", |
12 |
| - matchPackageNames: [ |
13 |
| - "xnatdev/xnat-web", |
14 |
| - "xnatdev/xsync", |
15 |
| - "xnatx/ldap-auth-plugin", |
16 |
| - "icrimaginginformatics/ohif-viewer-xnat-plugin", |
17 |
| - "xnatx/ml-plugin", |
18 |
| - "xnatx/datasets-plugin", |
19 |
| - "xnatdev/xnat-image-viewer-plugin", |
20 |
| - "xnatx/xnatx-dxm-settings-plugin", |
21 |
| - "NrgXnat/xnat-pipeline-engine", |
22 |
| - "xnatdev/container-service", |
23 |
| - "xnatx/xnatx-batch-launch-plugin", |
24 |
| - "VUIIS/dax", |
25 |
| - ], |
26 |
| - groupName: "xnat", |
27 |
| - versioning: "loose", |
28 |
| - }, |
29 | 5 | {
|
30 | 6 | description: "RedHat8 support ome.ice",
|
31 | 7 | matchPackageNames: ["ome.ice"],
|
|
42 | 18 | allowedVersions: "<=2.0.2",
|
43 | 19 | },
|
44 | 20 | ],
|
45 |
| - customDatasources: { |
46 |
| - "VUIIS-dax": { |
47 |
| - defaultRegistryUrlTemplate: "https://api.github.com/repos/VUIIS/dax/contents/misc/xnat-plugins", |
48 |
| - transformTemplates: [ |
49 |
| - '{"releases": $.{"version": $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match }}', |
50 |
| - ], |
51 |
| - }, |
52 |
| - }, |
53 | 21 | customManagers: [
|
54 | 22 | {
|
55 | 23 | customType: "regex",
|
|
0 commit comments