fix(renovate): update file match pattern for YAML files
- use glob pattern instead of regex
This commit is contained in:
parent
108127715c
commit
9584f2ccd2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
],
|
],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
"/\\.yml$/"
|
"*.yml"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue