-
Notifications
You must be signed in to change notification settings - Fork 382
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
ci: use action to validate dependabot.yml #1642
Conversation
✅dependabot config looks good 👍 |
Actually, awful. I don't want this as a comment. I'll see if it can be improved somehow by just having the CI check instead. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1642 +/- ##
==========================================
- Coverage 56.50% 56.10% -0.41%
==========================================
Files 439 439
Lines 66559 66214 -345
==========================================
- Hits 37608 37148 -460
- Misses 26026 26173 +147
+ Partials 2925 2893 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for giving it a shot even though you're not digging the comment feature! |
This is fixed, with the new commits it now just makes the CI red :) |
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.
I think there is some automated check that GitHub does for Dependabot changes, but it's not an active CI check on the PR itself, so this looks good 💯
following [this comment](gnolang#1628 (comment)) from @kristovatlas This action seems to only validate the JSON schema. For full validation, it's on GitHub to provide this -- tracked in this issue: dependabot/dependabot-core#4605
following this comment from @kristovatlas
This action seems to only validate the JSON schema. For full validation, it's on GitHub to provide this -- tracked in this issue: dependabot/dependabot-core#4605