-
Notifications
You must be signed in to change notification settings - Fork 442
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
Keep GitHub Actions up to date with GitHub's Dependabot #822
Conversation
Fixes software supply chain safety warnings like at the bottom right of https://github.com/facebook/pyre-check/actions/runs/8517401397 [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
Hi! We prefer our internal tools for this instead of github. If we change our stance on this, I'll reopen this PR. |
The first URL above demonstrates that the current tools are not working. |
We aren't able te reopen because "The patch-1 branch has been deleted". Could you recreate the branch or open another PR? Thanks. |
I have restored the deleted branch but I do not have the access rights to reopen the closed pull request. |
@arthaud has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
For test failures on Python < 3.10 see: |
@arthaud Thanks much for all your help today. |
Automates the process of creating PRs like:
Fixes software supply chain safety warnings like at the bottom right of
https://github.com/facebook/pyre-check/actions/runs/8517401397
Keeping your actions up to date with Dependabot
Configuration options for the dependabot.yml file - package-ecosystem
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit install
pre-commit run
Summary
Test Plan