renovate: optional a in yaml

This commit is contained in:
alexandra catalina 2024-02-24 10:55:01 -08:00
parent 309e9f0b55
commit 3fd871de56

View file

@ -9,13 +9,13 @@
{
"customType": "regex",
"datasourceTemplate": "helm",
"fileMatch": ["^\\.woodpecker/\\..*\\.yaml$"],
"fileMatch": ["^\\.woodpecker/\\..*\\.ya?ml$"],
"matchStrings": ["helm\\s+upgrade\\s+--install\\s+[^\\s]+\\s+[^\\s]+/(?<depName>[^\\s]+)\\s+--version\\s+(?<currentValue>[^\\s]+)"]
},
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": ["^\\.woodpecker/\\..*\\.yaml$"],
"fileMatch": ["^\\.woodpecker/\\..*\\.ya?ml$"],
"matchStrings": ["helm\\s+upgrade\\s+--install\\s+[^\\s]+\\s+oci://(?<depName>[^\\s]+)\\s--version\\s(?<currentValue>[^\\s]+)"]
},
{