forked from repo-mirrors/cnpg-postgres-containers
chore: fix renovate for barman-cloud updates (#321)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
@@ -37,7 +37,7 @@ postgreSQLPreviewVersions = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
// Barman version to build
|
// Barman version to build
|
||||||
// renovate: datasource=github-releases depName=EnterpriseDB/barman versioning=loose
|
// renovate: datasource=pypi versioning=loose depName=barman
|
||||||
barmanVersion = "3.14.0"
|
barmanVersion = "3.14.0"
|
||||||
|
|
||||||
// Extensions to be included in the `standard` image
|
// Extensions to be included in the `standard` image
|
||||||
|
@@ -15,7 +15,8 @@
|
|||||||
"/docker-bake.hcl/"
|
"/docker-bake.hcl/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+\"(?<depName>[^:]+):(?<currentValue>[^\\s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\""
|
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+\"(?<depName>[^:]+):(?<currentValue>[^\\s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\"",
|
||||||
|
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+depName=(?<depName>.*?)\\s*\\n\\s*[A-Za-z0-9_-]+\\s*=\\s*\"(?<currentValue>[^\"]+)\""
|
||||||
],
|
],
|
||||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user