Skip to content

Commit 97ae7de

Browse files
authoredFeb 26, 2025··
Don't repeat @renovatebot config from upstream (#166)
1 parent 8629894 commit 97ae7de

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed
 

‎.renovaterc.json5

-32
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: ["github>UCL-MIRSG/.github//renovate/default-config.json5"],
44
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-
},
295
{
306
description: "RedHat8 support ome.ice",
317
matchPackageNames: ["ome.ice"],
@@ -42,14 +18,6 @@
4218
allowedVersions: "<=2.0.2",
4319
},
4420
],
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-
},
5321
customManagers: [
5422
{
5523
customType: "regex",

0 commit comments

Comments
 (0)
Please sign in to comment.