Dependabot management #725
Gary Henderson (Gary-H9)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, apologies if this is not the right place to raise this.
Summary
Is there any plan (or possibility) to support APM dependencies with Dependabot?
Problem
Currently, the recommended approach from the docs is for consumers to run
apm deps update. While this works at a small scale, it does not scale well at an organisational level, as it requires either:Both approaches introduce operational overhead and inconsistency across projects.
Example
For instance, given a dependency defined as:
When a new commit or version is available, there is currently no automated way (e.g. via Dependabot) to raise update PRs. This means consumers must either manually run
apm deps updateor implement their own scheduled workflows.Suggestion
Support for Dependabot (or a similar automated update mechanism) for APM dependencies would:
Related
There is an existing Dependabot issue that seems related:
dependabot/dependabot-core#14350
I think this is really more something that would need to be adopted by Dependabot, but I wanted to raise it here as I couldn’t find any existing discussions on the topic.
All reactions