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

ci(renovate): Rework matching for Kubernetes manifests

parent 4bffa838
Branches
Tags
No related merge requests found
...@@ -21,13 +21,9 @@ ...@@ -21,13 +21,9 @@
}, },
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"apps/.+/blog/.+\\.yaml$", "apps/.+\\.yaml$",
"apps/.+/dns/.+\\.yaml$", "clusters/.+\\.yaml$",
"apps/.+/gitlab-runner/.+\\.yaml$", "shared/components/.+\\.yaml$",
"apps/.+/iot/.+\\.yaml$",
"apps/.+/jellyfin/.+\\.yaml$",
"apps/.+/syncthing/.+\\.yaml$",
"apps/.+/tor/.+\\.yaml$",
"infrastructure/.+\\.yaml$" "infrastructure/.+\\.yaml$"
] ]
}, },
...@@ -137,6 +133,15 @@ ...@@ -137,6 +133,15 @@
], ],
"groupName": "rook-ceph" "groupName": "rook-ceph"
}, },
{
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"longhorn"
],
"minimumReleaseAge": "14 days"
},
{ {
"matchFileNames": [ "matchFileNames": [
"images/kos/**" "images/kos/**"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment