Disable validation for dependabot#23
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
=======================================
Coverage 77.39% 77.39%
=======================================
Files 5 5
Lines 115 115
Branches 20 20
=======================================
Hits 89 89
Misses 19 19
Partials 7 7 Continue to review full report at Codecov.
|
|
I'm not sure why we would ever want the repo to be in an inconsistent state. If |
|
If dependabot can't actually update dependencies correctly then isn't the correct workflow to let it open a PR and if it fails validation then fix it manually before merging. (Could be automated of course but don't think all this is worth it). |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Auto merging to a Dependabot PR can break the underlying workflow used by GitHub for Dependabot unfortunately. I've updated this PR to only disable the "validate" target if the event is triggered by Dependabot for now. |
|
@tonistiigi I close this PR. When there are new updates to Dependabot we will update the content generated in case of an error directly on the branch created by Dependabot. |
Ref. https://github.com/docker/setup-buildx-action/runs/1161567962?check_suite_focus=true#step:3:160
Dependabot can't update
index.jsby itself. I remove this validation for now.Or maybe we could skip this job if triggered by Dependabot?
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com