2 Commits

Author SHA1 Message Date
8a5e676837 chore(deps): update ghcr.io/plexguide/huntarr docker tag to v9
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 33s
2026-01-25 17:56:31 +00:00
72ff231a54 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 3m0s
2026-01-25 11:51:53 -06:00
2 changed files with 9 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ huntarr:
main: main:
image: image:
repository: ghcr.io/plexguide/huntarr repository: ghcr.io/plexguide/huntarr
tag: 8.2.25 tag: 9.0.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -47,24 +47,6 @@
"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": [
@@ -85,6 +67,11 @@
"matchDatasources": [ "matchDatasources": [
"docker" "docker"
], ],
"matchManagers": [
"regex"
],
"groupName": "docker-custom-updates",
"groupSlug": "docker-custom-updates",
"addLabels": [ "addLabels": [
"image" "image"
], ],
@@ -99,25 +86,11 @@
"matchDatasources": [ "matchDatasources": [
"docker" "docker"
], ],
"addLabels": [
"image",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge image appVersion patches",
"matchUpdateTypes": [
"patch",
"digest"
],
"matchDatasources": [
"docker"
],
"matchManagers": [ "matchManagers": [
"github-releases" "regex"
], ],
"groupName": "docker-custom-automerge",
"groupSlug": "docker-custom-automerge",
"addLabels": [ "addLabels": [
"image", "image",
"automerge" "automerge"