Migrate config renovate.json

This commit is contained in:
renovate[bot]
2025-05-29 18:10:16 +00:00
committed by GitHub
parent 6b448d1afc
commit 65b4fe925c

View File

@@ -4,14 +4,18 @@
"config:recommended"
],
"flux": {
"fileMatch": ["\\.yaml$"]
"managerFilePatterns": [
"/\\.yaml$/"
]
},
"packageRules": [
{
"matchPackageNames": ["docker.io/bitnami/postgresql"],
"matchPackageNames": [
"docker.io/bitnami/postgresql",
"/postgresql/"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-debian-\\d+-r(?<build>\\d+))?$",
"allowedVersions": "/^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-debian-\\d+-r(?<build>\\d+))?$/",
"packagePatterns": ["postgresql"],
"ignoreUnstable": true,
"separateMinorPatch": true,
"patch": {