Skip to content

Commit

Permalink
Merge pull request #62 from camptocamp/renovate-config
Browse files Browse the repository at this point in the history
Fix the Postgres version parsing in Renovate
  • Loading branch information
sbrunner authored Aug 8, 2024
2 parents 54623ea + 0f84d66 commit 47e2287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
matchDatasources: ['docker'],
versioning: 'ubuntu',
},
/** Parse Postgres version version like 12-3.4-alpine */
{
matchDatasources: ['docker'],
matchPackageNames: ['postgres/postgres'],
versioning: 'regex:^(?<major>\\d+)-(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>.+)$',
},
/** Auto merge the dev dependency update */
{
matchDepTypes: ['devDependencies'],
Expand Down

0 comments on commit 47e2287

Please sign in to comment.