-
Couldn't load subscription status.
- Fork 117
chore: add dependabot config #350
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
=========================================
Coverage 82.11% 82.11%
Complexity 1821 1821
=========================================
Files 137 137
Lines 7698 7698
=========================================
Hits 6321 6321
Misses 1377 1377 Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
I'm comfortable with dependabot creating PRs for human review, but I think I'd like a little time to see how that goes before trusting it to approve and merge its own PRs (if I'm understanding correctly) |
|
This changes does not include any automatic merging and will only post an approval on the PR. That should play nicely with the rules in this repository and will still require a human in the loop. |
| git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
| git config --local user.name "github-actions[bot]" | ||
| git add .github/dependabot.yml | ||
| git commit -m "chore: update dependabot configuration [skip ci]" |
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.
this should generate a PR, since nobody, including dependabot, can commit to main. See current CI/action failures.
No description provided.