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
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"fileMatch": ["\\.yaml$"] "fileMatch": ["\\.yaml$"]
}, },
"kubernetes": { "kubernetes": {
"fileMatch": ["\apps/k8s01/dns/.+\.yaml$"] "fileMatch": ["apps/k8s01/dns/.+\.yaml$"]
}, },
"gitlabci": { "gitlabci": {
"fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] "fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment