UNCLASSIFIED

Commit 75056921 authored by Joshua Carnes's avatar Joshua Carnes
Browse files

add renovate for base image as well

parent 375ce619
Pipeline #277993 failed with stages
in 3 minutes and 29 seconds
{ {
"extends": ["config:base"], "extends": ["config:base"],
"baseBranches": ["development"], "baseBranches": ["development"],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^hardening_manifest.yaml$"], "fileMatch": ["^hardening_manifest.yaml$"],
...@@ -14,6 +12,27 @@ ...@@ -14,6 +12,27 @@
], ],
"depNameTemplate": "gcr.io/kaniko-project/executor", "depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
},
{
"fileMatch": ["^hardening_manifest.yaml$", "^Dockerfile$"],
"matchStrings": [
"BASE_TAG: \"(?<currentValue>.*?)\"",
"BASE_TAG=(?<currentValue>.*?)$"
],
"depNameTemplate": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
"datasourceTemplate": "docker"
}
],
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
} }
] ]
} }
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