Configure renovate to place postgres update snippet

This commit is contained in:
Georg Krause 2022-10-22 15:50:01 +00:00
parent 0a27e8fa14
commit 66bca740a7
1 changed files with 8 additions and 0 deletions

View File

@ -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"]
}
}
]
}