2 Commits

Author SHA1 Message Date
a0795fcb0c Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.1 2025-06-07 23:31:10 +00:00
f2fa9a59fd add stability to all prs
All checks were successful
renovate / renovate (push) Successful in 2m27s
2025-06-07 18:28:59 -05:00
2 changed files with 9 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.1
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

@@ -19,7 +19,10 @@
"addLabels": [
"chart"
],
"automerge": false
"automerge": false,
"internalChecksAsSuccess": true,
"internalChecksFilter": "flexible",
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge chart patches",
@@ -45,7 +48,10 @@
"addLabels": [
"image"
],
"automerge": false
"automerge": false,
"internalChecksAsSuccess": true,
"internalChecksFilter": "flexible",
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge image patches",