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

ci(renovate): Fix syntax errors in JSON

parent 371d046b
No related branches found
No related tags found
No related merge requests found
...@@ -15,18 +15,18 @@ ...@@ -15,18 +15,18 @@
}, },
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"apps/.+/blog/.+\.yaml$", "apps/.+/blog/.+\\.yaml$",
"apps/.+/dns/.+\.yaml$", "apps/.+/dns/.+\\.yaml$",
"apps/.+/gitlab-runner/.+\.yaml$", "apps/.+/gitlab-runner/.+\\.yaml$",
"apps/.+/iot/.+\.yaml$", "apps/.+/iot/.+\\.yaml$",
"apps/.+/jellyfin/.+\.yaml$", "apps/.+/jellyfin/.+\\.yaml$",
"apps/.+/syncthing/.+\.yaml$", "apps/.+/syncthing/.+\\.yaml$",
"apps/.+/tor/.+\.yaml$", "apps/.+/tor/.+\\.yaml$",
"infrastructure/.+\.yaml$" "infrastructure/.+\\.yaml$"
] ]
}, },
"gitlabci": { "gitlabci": {
"fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] "fileMatch": ["\\.gitlab-ci\\.yml$", "gitlab-ci\\.yaml$"]
}, },
"regexManagers": [ "regexManagers": [
{ {
......
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