1
0
Fork 0

chore(renovate): naive path matching to regex

Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
Vojtěch Mareš 2024-01-01 10:17:09 +01:00
parent dfe4b7ac06
commit bbe5ad078c
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

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