FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

feat(renovatebot): add page about running post-upgrade tasks

Merged Sebastiaan ten Pas requested to merge renovatebot-post-upgrade-tasks into master
1 unresolved thread
@@ -15,8 +15,12 @@ configuration option) in order to be executed.
[Our configuration](https://gitlab.developers.cam.ac.uk/uis/devops/infra/gitlab-bots-deployment/-/blob/main/renovatebot-config.js?ref_type=heads#L97)
is set up such that it can call scripts in the `./.renovate/` directory in the root that start with `post-upgrade*`.
Note: make sure that the script is executable.
Examples usages:
{% raw %}
```json
"postUpgradeTasks": {
"commands": [
@@ -27,8 +31,12 @@ Examples usages:
}
```
{% endraw %}
Or:
{% raw %}
```json
"postUpgradeTasks": {
"commands": [
@@ -38,4 +46,4 @@ Or:
}
```
Note: make sure that the script is executable.
{% endraw %}
Loading