UNCLASSIFIED

Commit 7bd8ec22 authored by ironbank-bot's avatar ironbank-bot Committed by Andy Maksymowicz
Browse files

Simplify renovate.json, better reflect working renovate.json

Takes from https://repo1.dso.mil/dsop/container-hardening-tools/renovate/renovate renovate.json since it seems to be functioning properly at this time.
parent 05cb00f8
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/nodejs/nodejs14" BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.17.0" BASE_TAG: "14.17.1"
# Docker image labels # Docker image labels
labels: labels:
......
...@@ -5,24 +5,16 @@ ...@@ -5,24 +5,16 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [{ "regexManagers": [{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"datasourceTemplate": "docker"
},
{
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "BASE_TAG:\\s+\"(?<currentValue>.*?)\""
], ],
"depNameTemplate": "mitre/heimdall2", "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
...@@ -30,6 +22,7 @@ ...@@ -30,6 +22,7 @@
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "mitre/heimdall2", "depNameTemplate": "mitre/heimdall2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment