diff --git a/renovate.json b/renovate.json index 1fcce89b79a59611d04593d8272d2c06217bf3d3..dc3d76c548449dba40d1361157e614e458781cfd 100644 --- a/renovate.json +++ b/renovate.json @@ -12,19 +12,9 @@ "^hardening_manifest.yaml$" ], "matchStrings": [ - "BASE_TAG:\\s+\"(?.+?)\"" + "BASE_TAG:\\s+\"(?.*?)\"" ], - "depNameTemplate": "registry1.dso.mil/ironbank/nodejs/nodejs14", - "datasourceTemplate": "docker" - }, - { - "fileMatch": [ - "^hardening_manifest.yaml$" - ], - "matchStrings": [ - "org\\.opencontainers\\.image\\.version:\\s+\"(?.+?)\"" - ], - "depNameTemplate": "mitre/heimdall2", + "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14", "datasourceTemplate": "docker" }, { @@ -32,6 +22,7 @@ "^hardening_manifest.yaml$" ], "matchStrings": [ + "org\\.opencontainers\\.image\\.version:\\s+\"(?.+?)\"", "tags:\\s+-\\s+\"(?.+?)\"" ], "depNameTemplate": "mitre/heimdall2",