Compare commits

...

2 Commits

Author SHA1 Message Date
c71cbd5af7 chore(deps): update ghcr.io/unpoller/unpoller docker tag to v2.24.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 33s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
2026-01-25 20:21:12 +00:00
d3f9647089 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m33s
2026-01-25 14:17:57 -06:00
2 changed files with 29 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ unpoller:
main: main:
image: image:
repository: ghcr.io/unpoller/unpoller repository: ghcr.io/unpoller/unpoller
tag: v2.21.0 tag: v2.24.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS - name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS

View File

@@ -63,10 +63,7 @@
"automergeType": "branch" "automergeType": "branch"
}, },
{ {
"description": "Label images", "description": "Label images, helm",
"matchDatasources": [
"docker"
],
"matchManagers": [ "matchManagers": [
"custom.regex", "helm-values" "custom.regex", "helm-values"
], ],
@@ -78,14 +75,21 @@
"automerge": false "automerge": false
}, },
{ {
"description": "Automerge image patches", "description": "Label images, docker",
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"automerge": false
},
{
"description": "Automerge image patches, helm",
"matchUpdateTypes": [ "matchUpdateTypes": [
"patch", "patch",
"digest" "digest"
], ],
"matchDatasources": [
"docker"
],
"matchManagers": [ "matchManagers": [
"custom.regex", "helm-values" "custom.regex", "helm-values"
], ],
@@ -97,6 +101,22 @@
], ],
"automerge": true, "automerge": true,
"minimumReleaseAge": "1 days" "minimumReleaseAge": "1 days"
},
{
"description": "Automerge image patches, docker",
"matchUpdateTypes": [
"patch",
"digest"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "1 days"
} }
] ]
} }