fix(ci): drop github-actions dependabot ecosystem with no manifests - #9
Merged
Conversation
The github-actions update job aborts with dependency_file_not_found because the repo has no .github/workflows/*.yml or action.yml. Remove the entry until workflow files exist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
seonghobae
enabled auto-merge (squash)
July 13, 2026 01:42
Contributor
There was a problem hiding this comment.
Pull request overview
OpenCode model providers were unavailable for this same-head run, but deterministic current-head evidence is clean: coverage evidence passed, peer GitHub Checks are complete, medium-or-higher code-scanning alerts are clear, mergeability is clean, and reviewer threads are resolved or outdated.
Findings
No blocking findings.
Evidence
- Result: APPROVE
- Reason: current-head model-unavailable evidence fallback; coverage, docstring, peer GitHub Checks, code-scanning alerts, mergeability, and review threads were clear for current head.
- Scope:
unsupported - Changed files:
0 - Model-pool outcome:
exhausted - Head SHA:
9cda97f43cdcab751381661aa7c188eae1163c2e - Workflow run: 29217953687
- Workflow attempt: 1
This fallback does not suppress failed checks, medium-or-higher code-scanning alerts, merge conflicts, unresolved reviewer threads, or failed coverage evidence; any of those conditions still publish REQUEST_CHANGES or leave the approval state unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scheduled Dependabot github_actions update job fails with
dependency_file_not_found(/action.yml or /.github/workflows/<anything>.yml not found) — see run 29200956644. The repo has no workflow files or action.yml, so there is nothing for that ecosystem to update. Remove the entry (pip/docker entries unchanged) with a comment explaining when to re-add it.🤖 Generated with Claude Code