Skip to content

Commit

Permalink
fix(renovate): Fix CNPG image updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 21, 2024
1 parent 2a5094f commit cfe432b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
],
"packageRules": [
{
"matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)-(?<build>\\d+)$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"],
"matchUpdateTypes": ["major"],
"enabled": false
}
Expand Down

0 comments on commit cfe432b

Please sign in to comment.