Compare commits

..

2 Commits

Author SHA1 Message Date
9abc22b60c Update ghcr.io/cloudnative-pg/postgresql Docker tag to v18
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m25s
2025-11-04 22:31:30 +00:00
3e45ada5ee add automerge for digest
All checks were successful
renovate / renovate (push) Successful in 1m55s
2025-11-04 16:29:27 -06:00

View File

@@ -24,6 +24,21 @@
}
]
},
{
"description": "Automerge chart digest",
"matchUpdateTypes": ["digest"],
"matchDatasources": ["helm"],
"addLabels": ["chart", "automerge"],
"automerge": true,
"minimumReleaseAge": "1 days",
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "patch"
}
]
},
{
"description": "Label images",
"matchDatasources": ["docker"],