-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add automation for updating main to the latest apm-data and go-docappender commits #12268
Comments
If we pull
as part of a git hook or a CI job on Pull Requests. |
Turned out dependabot does not support pseudo versions: dependabot/dependabot-core#2028 (thanks @axw for the link!) Possible solutions are:
|
We've released stable versions, this should be fixed once the PR is merged |
Some core functionality for the apm-server moved to https://github.com/elastic/apm-data and to https://github.com/elastic/go-docappender some time ago. It is important to keep the apm-server updated with the latest features in bug fixes in these libraries. We should add automation for regularly updating the dependency in the
main
branch of the apm-server.The text was updated successfully, but these errors were encountered: