-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
deps: Add dependabot.yml #15651
deps: Add dependabot.yml #15651
Conversation
Signed-off-by: Ryan Northey <[email protected]>
@moderation this adds a dependabot.yml with all the requirements.txt that i found not sure if we need to add some stanzas for other languages |
also worth mentioning - i think this will create a waterfall of PRs !!! |
the other thing im thinking is that we might want to add some ci to ensure that all requirements.txt (or similar) are added |
It might trigger an avalanche of PRs but once we fix up the deps it shouldn't be high volume after that (famous last words). |
checking whether dependabot can analyze bazel deps (not sure about our bazel setup specifically) there is a ticket for it but not atm support i think dependabot/dependabot-core#2196 |
/retest |
Retrying Azure Pipelines: |
Signed-off-by: Ryan Northey <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this is great. Do we have any way of making sure this stays up to date?
/wait-any
i think the bigger issue to landing this is more when @moderation is ready to deal with the fallout - theres gonna be quite a lot of PRs i think |
OK SGTM. I think it's fine, we can deal with the PR fallout. It's the right thing to do. Thank you! /wait |
either way i added a ticket re CI - so we can land this and deal with that after if thats how it happens #15665 |
LGTM and I think after catching up it shouldn't be too frequent. One thing I thought was interesting was that Dependabot raised PRs for Jinja but ignored everything else. Using
What is current:
|
OK LMK what you want. Merge this or wait? |
Merge 🚀 |
Signed-off-by: Ryan Northey [email protected]
Commit Message: deps: Add dependabot.yml
Additional Description:
adds a dependabot.yml file to ensure all deps are monitored/updated
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue] Fix #15628
[Optional Deprecated:]
[Optional API Considerations:]