Skip to content

Fix the failing GitHub Actions job "dependabot"#142

Merged
DavidIQ merged 2 commits into
masterfrom
dependabot/nuget/JWLMerge/Microsoft.Extensions.DependencyInjection-10.0.9
Jun 17, 2026
Merged

Fix the failing GitHub Actions job "dependabot"#142
DavidIQ merged 2 commits into
masterfrom
dependabot/nuget/JWLMerge/Microsoft.Extensions.DependencyInjection-10.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Fixes the failing dependabot GitHub Actions job by adding the --auto flag to the gh pr merge command in .github/workflows/dependabotautomerge.yml.

Root Cause

The job was running gh pr merge --rebase "$PR_URL", which fails immediately when branch protection rules require status checks to pass before merging. This caused the job to exit with code 1.

Fix

Added the --auto flag so the command becomes gh pr merge --auto --rebase "$PR_URL". This queues the PR for auto-merge and completes it once all branch protection requirements are satisfied, instead of failing when the PR isn't immediately mergeable.

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI changed the title fix: Bump Microsoft.Extensions.DependencyInjection from 10.0.8 to 10.0.9 Fix the failing GitHub Actions job "dependabot" Jun 17, 2026
Copilot AI requested a review from DavidIQ June 17, 2026 20:33
@DavidIQ DavidIQ merged commit 9159d1f into master Jun 17, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/JWLMerge/Microsoft.Extensions.DependencyInjection-10.0.9 branch June 17, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants