mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Migrate config renovate.json
This commit is contained in:
@@ -4,14 +4,18 @@
|
|||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": ["\\.yaml$"]
|
"managerFilePatterns": [
|
||||||
|
"/\\.yaml$/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"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+))?$",
|
"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+))?$/",
|
"allowedVersions": "/^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-debian-\\d+-r(?<build>\\d+))?$/",
|
||||||
"packagePatterns": ["postgresql"],
|
|
||||||
"ignoreUnstable": true,
|
"ignoreUnstable": true,
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true,
|
||||||
"patch": {
|
"patch": {
|
||||||
|
|||||||
Reference in New Issue
Block a user