Skip to content

Commit 29aaec6

Browse files
authored
Add minimum release age for minor/major XNAT updates (#167)
1 parent 703dc1b commit 29aaec6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate/default-config.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
{
2525
description: "Check Maven Central for updates to Tomcat 9",
2626
allowedVersions: "<10",
27-
matchPackageNames: ["org.apache.tomcat:tomcat"],
27+
matchDepNames: ["org.apache.tomcat:tomcat"],
2828
},
2929
{
3030
description: "Update XNAT and associated plugins simultaneously",
3131
groupName: "xnat",
32-
matchPackageNames: [
32+
matchDepNames: [
3333
"icrimaginginformatics/ohif-viewer-xnat-plugin",
3434
"NrgXnat/xnat-pipeline-engine",
3535
"VUIIS/dax",
@@ -44,6 +44,7 @@
4444
"xnatx/xnatx-dxm-settings-plugin",
4545
],
4646
versioning: "loose",
47+
minimumReleaseAge: "7 days",
4748
},
4849
],
4950
}

0 commit comments

Comments
 (0)