UNCLASSIFIED

Commit a5436c26 authored by Tim Seagren's avatar Tim Seagren
Browse files

adding regex manager for dockerfile version

parent 83e94b2f
Pipeline #226289 passed with stages
in 11 minutes and 37 seconds
...@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ...@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.3
# Updated by Renovate # Updated by Renovate
ARG version=1.9.2 ARG version="1.9.2"
FROM istio/proxyv2:${version} AS base FROM istio/proxyv2:${version} AS base
......
...@@ -16,6 +16,16 @@ ...@@ -16,6 +16,16 @@
} }
], ],
"regexManagers": [ "regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/proxyv2",
"datasourceTemplate": "docker"
},
{ {
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
......
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