Skip to content
Snippets Groups Projects
Verified Commit 80f514e3 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): Fix regex for kubernetes manifests

parent 5637fef2
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
"fileMatch": ["\\.yaml$"]
},
"kubernetes": {
"fileMatch": ["\apps/k8s01/dns/.+\.yaml$"]
"fileMatch": ["apps/k8s01/dns/.+\.yaml$"]
},
"gitlabci": {
"fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment