We need to create a new workflow that updates the beats dependency daily (on work days) for **all active branches**. Example of [elastic-agent](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/bump-beats-version.yml#L23-L27) and [apm-server](https://github.com/elastic/apm-server/blob/main/.github/workflows/update-beats.yml#L17-L19). Optionally, we can explore ways of automatically merging the PR once the CI is green.
We need to create a new workflow that updates the beats dependency daily (on work days) for all active branches.
Example of elastic-agent and apm-server.
Optionally, we can explore ways of automatically merging the PR once the CI is green.