Allow certain dependencies to be merged by Dependabot without following SemVer #1954
Labels
F: pull-requests
Issues about Dependabot pull requests
service 💁
Relates to Dependabot features GitHub provides
T: feature-request
Requests for new features
We have a few internal Ruby dependencies that are private gem repos of ours on GitHub. It's really nice to be able to put a GitHub reference in a
Gemfile
:and have Dependabot automatically update the SHA hash in our
Gemfile.lock
whenever the repo is updated. We use this pattern a lot.Unfortunately, Dependabot refuses to automatically merge any of these PRs:
It would save us a ton of time if this was configurable or if we could override this behavior and have Dependabot automatically merge them, because every week we see the same scenario:
internal-gem
and automatically merges it. (🎉)internal-gem
in dozens of our repos, but can't merge these automatically so a human has to. (😭)The text was updated successfully, but these errors were encountered: