renovate: Exclude major postgresql updates (#20)

* renovate: Exclude major postgresql updates
This commit is contained in:
bo0tzz
2023-12-09 19:48:20 +01:00
committed by GitHub
parent bf2a4a48fd
commit bb2150bb50

View File

@@ -13,5 +13,12 @@
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
]
}
],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"enabled": false
}
]
}