2023-12-09 13:57:23 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"extends": [
|
|
|
|
|
"config:base"
|
2023-12-09 14:07:53 +00:00
|
|
|
],
|
2023-12-09 15:50:31 +01:00
|
|
|
"automerge": true,
|
|
|
|
|
"rebaseWhen": "conflicted",
|
2023-12-09 14:07:53 +00:00
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": ["^versions.yaml$"],
|
|
|
|
|
"matchStrings": [
|
|
|
|
|
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
|
|
|
|
|
]
|
|
|
|
|
}
|
2023-12-09 19:48:20 +01:00
|
|
|
],
|
|
|
|
|
"packageRules": [
|
|
|
|
|
{
|
|
|
|
|
"matchUpdateTypes": ["major"],
|
|
|
|
|
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
|
|
|
|
|
"enabled": false
|
2024-08-09 11:48:52 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
|
|
|
|
|
"groupName": "postgresql"
|
2023-12-09 19:48:20 +01:00
|
|
|
}
|
2023-12-09 13:57:23 +00:00
|
|
|
]
|
|
|
|
|
}
|