Files
cloudnative-vectorchord-pgv…/renovate.json
2024-08-09 11:50:01 +02:00

29 lines
670 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automerge": true,
"rebaseWhen": "conflicted",
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^versions.yaml$"],
"matchStrings": [
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
]
}
],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"enabled": false
},
{
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"groupName": "postgresql"
}
]
}