Configure renovate to place postgres update snippet
This commit is contained in:
parent
0a27e8fa14
commit
66bca740a7
|
@ -42,6 +42,14 @@
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["@sentry/tracing", "@sentry/vue"],
|
"matchPackageNames": ["@sentry/tracing", "@sentry/vue"],
|
||||||
"groupName": "Sentry"
|
"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"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue