Skip to content

ci: set open-pull-requests-limit for github-actions and docker updates#257

Merged
aa1ex merged 1 commit into
kaasops:mainfrom
aa1ex:ci/dependabot-actions-pr-limit
Jul 15, 2026
Merged

ci: set open-pull-requests-limit for github-actions and docker updates#257
aa1ex merged 1 commit into
kaasops:mainfrom
aa1ex:ci/dependabot-actions-pr-limit

Conversation

@aa1ex

@aa1ex aa1ex commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

The github-actions and docker update sections had no open-pull-requests-limit, so both fell back to the default of 5 open PRs. The gomod section already sets it to 10.

That default silently dropped available major bumps. In Dependabot's only actions run (2026-07-03) it opened 6 action bumps but skipped actions/setup-go v5→v6 (available since 2025-09-04) and docker/build-push-action v6→v7 (available since 2026-03-05); both are handled in separate PRs. Raising the limit to 10 keeps Dependabot from dropping bumps once more than a handful are outstanding, matching the gomod section.

@aa1ex
aa1ex merged commit fb63666 into kaasops:main Jul 15, 2026
8 of 9 checks passed
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.

1 participant