We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703dc1b commit 29aaec6Copy full SHA for 29aaec6
renovate/default-config.json5
@@ -24,12 +24,12 @@
24
{
25
description: "Check Maven Central for updates to Tomcat 9",
26
allowedVersions: "<10",
27
- matchPackageNames: ["org.apache.tomcat:tomcat"],
+ matchDepNames: ["org.apache.tomcat:tomcat"],
28
},
29
30
description: "Update XNAT and associated plugins simultaneously",
31
groupName: "xnat",
32
- matchPackageNames: [
+ matchDepNames: [
33
"icrimaginginformatics/ohif-viewer-xnat-plugin",
34
"NrgXnat/xnat-pipeline-engine",
35
"VUIIS/dax",
@@ -44,6 +44,7 @@
44
"xnatx/xnatx-dxm-settings-plugin",
45
],
46
versioning: "loose",
47
+ minimumReleaseAge: "7 days",
48
49
50
}
0 commit comments