Simplify managerFilePatterns
Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
parent
f6c94a95ed
commit
e520c17c09
1 changed files with 2 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue