Compare commits

..

1 Commits

Author SHA1 Message Date
eb051ba2d5 Update ghcr.io/cloudnative-pg/postgresql Docker tag to v18
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 19s
2025-11-11 05:09:58 +00: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"],
@@ -38,18 +53,17 @@
]
},
{
"description": "Automerge generic-device-plugin image on digest",
"description": "CNPG image",
"matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchDatasources": ["docker"],
"matchDepNames": ["ghcr.io/squat/generic-device-plugin"],
"matchUpdateTypes": ["digest"],
"addLabels": ["image", "automerge"],
"automerge": true,
"minimumReleaseAge": "1 days",
"addLabels": ["image"],
"matchUpdateTypes": ["major", "minor"],
"automerge": false,
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "patch"
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
}