UNCLASSIFIED

Unverified Commit cdbc7c45 authored by Robert Clark's avatar Robert Clark
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 ea68ca5f
Pipeline #292924 passed with stages
in 58 minutes and 33 seconds
......@@ -12,19 +12,9 @@
"^hardening_manifest.yaml$"
],
"matchStrings": [
"BASE_TAG:\\s+\"(?<currentValue>.+?)\""
"BASE_TAG:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "registry1.dso.mil/ironbank/nodejs/nodejs14",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
],
"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+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"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