Simplify managerFilePatterns

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
Miguel Martín 2025-06-04 09:45:37 +02:00
parent f6c94a95ed
commit e520c17c09
No known key found for this signature in database
GPG key ID: 399C0C41974AC700

View file

@ -10,8 +10,7 @@
".tekton/**"
],
"managerFilePatterns": [
"/\\.yaml$/",
"/\\.yml$/"
"/\\.ya?ml$/"
],
"packageRules": [
{
@ -44,8 +43,7 @@
"Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files"
],
"managerFilePatterns": [
"/.tekton/.*\\.yaml$/",
"/.tekton/.*\\.yml$/"
"/.tekton/.*\\.ya?ml$/"
],
"matchStrings": [
"REPOS_IMAGE=(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>.*)\\n",