UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d7a4fe15 authored by Quentin Powell's avatar Quentin Powell Committed by Ryan Garcia
Browse files

SKIP UPDATE CHECK: Resolve "Renovate needs to be updated to monitor ubi and helper images"

parent f96d5b10
No related branches found
No related tags found
1 merge request!52SKIP UPDATE CHECK: Resolve "Renovate needs to be updated to monitor ubi and helper images"
......@@ -16,17 +16,16 @@
"ignorePaths": ["**/chart/deps/**", "**/.gitlab-ci.yml", "chart/requirements.yaml"],
"regexManagers": [
{
"fileMatch": ["^chart/values\\.yaml$"],
"fileMatch": ["^tests/images\\.txt$"],
"matchStrings": [
"image:\\s+registry1.dso.mil\/(?<depName>.+):(?<currentValue>.+)"
"s*(?<depName>.+):(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^tests/images\\.txt$"],
"fileMatch": ["^chart/values\\.yaml$"],
"matchStrings": [
"s*(?<depName>.+):(?<currentValue>.+)"
"image:\\s+(?<depName>.+):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment