Automatically update consumer sites on Scaffold release #1321
Labels
State: Confirmed
The issue was triaged and confirmed for development
Type: Feature
Issue is a new feature request
Milestone
We want the consumer sites to have PRs open with updates automatically when the Scaffold has a new version.
#1042 will allow to manually update Scaffold as a dependency on the consumer projects when there is a new Scaffold release via
composer update drevops/scaffold
.Renovate config could pick up this update, but it will not run the plugins that would trigger the files updates. So Renovate cannot be used for this :(
The solution is to ship a custom GHA for a consumer site. The GHA would:
drevops/scaffold
by runningcomposer update drevops/scaffold
.Note that this is a monetisation feature of Scaffold. The first month or two will be for free. A token would need to be generated to use this.
Starting point
The text was updated successfully, but these errors were encountered: