Files
cloudnative-vectorchord-pgv…/renovate.json

29 lines
670 B
JSON
Raw Normal View History

2023-12-09 13:57:23 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
2023-12-09 15:50:31 +01:00
"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"
}
2023-12-09 13:57:23 +00:00
]
}