UNCLASSIFIED

Commit b805422c authored by Jacob Rohlman's avatar Jacob Rohlman
Browse files

Merge branch 'renovate4baseimage' into 'development'

Configure renovate.json to update base image

See merge request !19
parents 465fe2ae cdbc7c45
Pipeline #306491 passed with stages
in 19 minutes and 48 seconds
......@@ -5,24 +5,16 @@
"baseBranches": [
"development"
],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
"BASE_TAG:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14",
"datasourceTemplate": "docker"
},
{
......@@ -30,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