mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
27 lines
660 B
JSON
27 lines
660 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"flux": {
|
|
"managerFilePatterns": [
|
|
"/\\.yaml$/"
|
|
]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"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+))?$/",
|
|
"ignoreUnstable": true,
|
|
"separateMinorPatch": true,
|
|
"patch": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
]
|
|
}
|