UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7ee5b81e authored by Zachary Sanders's avatar Zachary Sanders
Browse files

update renovate regex

parent 8c2574ba
No related branches found
No related tags found
2 merge requests!19Development,!18adjust renovate file regex
Pipeline #501014 failed
......@@ -13,8 +13,8 @@
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
"org\\.opencontainers\\.image\\.version:\\s+(\\s|\"|')?(?<currentValue>.+?)(\\s|\"|'|$)",
"tags:\\s+-(\\s|\"|')+(?<currentValue>.+?)(\\s|\"|'|$)+"
],
"depNameTemplate": "velero/velero-plugin-for-csi",
"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