Skip to content
Snippets Groups Projects
Commit 66bca740 authored by Georg Krause's avatar Georg Krause
Browse files

Configure renovate to place postgres update snippet

parent 0a27e8fa
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,14 @@
{
"matchPackageNames": ["@sentry/tracing", "@sentry/vue"],
"groupName": "Sentry"
},
{
"matchFiles": ["deploy/docker-compose.yml"],
"matchPackageNames": ["postgres"],
"postUpgradeTasks": {
"commands": ["echo 'Upgrade Postgres to version {{ newVersion }}. Make sure to migrate!' > changes/changelog.d/postgres.update"],
"fileFilters": ["changes/changelog.d/postgres.update"]
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment