Skip to content

ci: disable scheduled Dependabot version PRs - #62

Merged
AbubakarMahmood merged 1 commit into
mainfrom
codex/disable-dependabot-version-prs
Jul 28, 2026
Merged

ci: disable scheduled Dependabot version PRs#62
AbubakarMahmood merged 1 commit into
mainfrom
codex/disable-dependabot-version-prs

Conversation

@AbubakarMahmood

Copy link
Copy Markdown
Owner

Summary

  • set the NuGet version-update PR limit to zero
  • set the GitHub Actions version-update PR limit to zero
  • remove now-dead grouping and ignore rules

Why

After the supported SemVer guard landed, Dependabot immediately created five isolated maintenance PRs (#55-#59) and remote branches. That behavior is correct but conflicts with this repository's deliberately tidy, trigger-gated maintenance state.

GitHub documents open-pull-requests-limit: 0 as disabling version-update PRs for an ecosystem. Dependabot security updates use the separate security-update path and remain eligible.

Validation

  • parsed .github/dependabot.yml with PyYAML
  • asserted both configured ecosystems have a zero version-PR limit
  • asserted dead groups and ignore policy is absent
  • git diff --check

Copilot AI review requested due to automatic review settings July 28, 2026 19:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@AbubakarMahmood
AbubakarMahmood merged commit 4163943 into main Jul 28, 2026
2 checks passed
@AbubakarMahmood
AbubakarMahmood deleted the codex/disable-dependabot-version-prs branch July 28, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants