Skip to content

Commit

Permalink
Merge pull request #11736 from camptocamp/renovate-fix
Browse files Browse the repository at this point in the history
Fix Renovate config for Postgres
  • Loading branch information
sbrunner authored Feb 19, 2025
2 parents e0facbc + 60bc334 commit 0e9f6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
/** Upgrade the postgres version in the env values */
{
fileMatch: [
'^geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/env\.default$',
'^geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/env\\.default$',
],
matchStrings: ['POSTGRES_TAG=(?<currentValue>[0-9]+\\-postgis\\-[0-9]+)'],
datasourceTemplate: 'docker-tags',
datasourceTemplate: 'docker',
depNameTemplate: 'ghcr.io/camptocamp/postgres',
},
],
Expand Down

0 comments on commit 0e9f6b1

Please sign in to comment.