-
Notifications
You must be signed in to change notification settings - Fork 509
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
Setup dependabot.yml #839
Comments
@jaredpalmer yea I was looking at this last night to try and configure security updates to ignore What I didn't like (besides the bugs) with Snyk was that it was making PRs for patches and minors even though those aren't pinned anyway -- they're unnecessary. It sounds like dependabot's version upgrades are the same, though not clear in practice how the But Greenkeeper was basically only monitoring for patches and minors that failed tests and otherwise would only raise PRs for major bumps (i.e. outside of the pinned range), which wasn't unnecessary and was sometimes helpful (would still need batching together and sometimes no one was requesting the update). It's not clear from the docs if dependabot covers potentially useful majors or only unnecessary minors/patches.
Oh, well the Dependabot app uses |
Uninstalled. Try it now |
GitHub recently acquired Dependabot and there is a new GitHub-native way to do the setup.
https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates
@agilgur5 docs seem pretty straightforward. I enabled it on tsdx via the dependabot app, but it appears that the yaml config allows for more granular control over things. I think we can safely set it to for weekly checks. As for rest of setup (ie auto-rebasing and automerging and pr limits), I will leave those decisions to you.
The text was updated successfully, but these errors were encountered: