Skip to content

ci: automate compatible Dependabot updates - #39

Merged
miakh merged 2 commits into
mainfrom
chore/dependabot-automerge
Sep 8, 2026
Merged

ci: automate compatible Dependabot updates#39
miakh merged 2 commits into
mainfrom
chore/dependabot-automerge

Conversation

@miakh

@miakh miakh commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Dependabot updates currently need manual merging, and grouped major upgrades can block compatible updates (as TypeScript 7 did when tsup could no longer build declarations).

Enable native auto-merge for verified Dependabot minor/patch development dependency and GitHub Actions PRs. Existing required checks and strict branch freshness remain enforced. Major updates are kept outside those groups; TypeScript major updates are ignored until the declaration tooling supports the newer compiler API. Production dependency updates remain manual.

The privileged workflow never checks out PR code, restricts execution to same-repository Dependabot PRs targeting main, uses SHA-pinned metadata verification, and matches the PR head when enabling auto-merge. Repository auto-merge is enabled.

Validation: actionlint and Dependabot YAML parsing passed. The base includes #37 and #38, both merged after all five required checks passed. Branch was updated to main at 01686ca immediately before publication.

@miakh
miakh enabled auto-merge (squash) September 8, 2026 21:53
@miakh
miakh merged commit 9432bc4 into main Sep 8, 2026
5 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