fix(renovate): update file match pattern for YAML files

- use glob pattern instead of regex
This commit is contained in:
Sebastian Mark 2025-05-05 15:25:01 +02:00
parent 108127715c
commit 9584f2ccd2

View file

@ -5,7 +5,7 @@
],
"argocd": {
"managerFilePatterns": [
"/\\.yml$/"
"*.yml"
]
}
}