ci: change renovate config to inlude custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m11s

This commit is contained in:
2026-01-24 23:33:34 -06:00
parent 83e65878e5
commit 151d8536df

View File

@@ -47,6 +47,24 @@
"automerge": true, "automerge": true,
"minimumReleaseAge": "1 days" "minimumReleaseAge": "1 days"
}, },
{
"description": "Automerge chart appVersion patches",
"matchUpdateTypes": [
"patch"
],
"matchDatasources": [
"helm"
],
"matchManagers": [
"github-releases"
],
"addLabels": [
"chart",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "1 days"
},
{ {
"description": "Automerge helm chart lock files", "description": "Automerge helm chart lock files",
"matchManagers": [ "matchManagers": [
@@ -89,33 +107,23 @@
"minimumReleaseAge": "1 days" "minimumReleaseAge": "1 days"
}, },
{ {
"description": "Automerge image updates for certain applications", "description": "Automerge image appVersion patches",
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor" "patch",
"digest"
], ],
"matchDatasources": [ "matchDatasources": [
"docker" "docker"
], ],
"matchPackageNames": [ "matchManagers": [
"ghcr.io/advplyr/audiobookshelf", "github-releases"
"ghcr.io/gethomepage/homepage",
"ghcr.io/gitroomhq/postiz-app",
"ghcr.io/linuxserver/bazarr",
"ghcr.io/linuxserver/code-server",
"ghcr.io/linuxserver/lidarr",
"ghcr.io/linuxserver/plex",
"ghcr.io/linuxserver/prowlarr",
"ghcr.io/linuxserver/radarr",
"ghcr.io/linuxserver/sonarr",
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
"vectorim/element-web"
], ],
"addLabels": [ "addLabels": [
"image", "image",
"automerge" "automerge"
], ],
"automerge": true, "automerge": true,
"minimumReleaseAge": "2 days" "minimumReleaseAge": "1 days"
} }
] ]
} }