fix(deps): bump atomicgo.dev/keyboard from 0.2.9 to 0.2.10 - #82
Merged
github-actions[bot] merged 1 commit intoJul 29, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/atomicgo.dev/keyboard-0.2.10
branch
from
July 29, 2026 00:53
6360020 to
7828d5d
Compare
Bumps [atomicgo.dev/keyboard](https://github.com/atomicgo/keyboard) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/atomicgo/keyboard/releases) - [Commits](atomicgo/keyboard@v0.2.9...v0.2.10) --- updated-dependencies: - dependency-name: atomicgo.dev/keyboard dependency-version: 0.2.10 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/atomicgo.dev/keyboard-0.2.10
branch
from
July 29, 2026 00:55
7828d5d to
4045509
Compare
github-actions
Bot
deleted the
dependabot/go_modules/atomicgo.dev/keyboard-0.2.10
branch
July 29, 2026 00:59
This was referenced Jul 29, 2026
dantech2000
added a commit
that referenced
this pull request
Jul 29, 2026
The merge step failed for most Dependabot PRs: GraphQL: Auto merge is not allowed for this repository (enablePullRequestAutoMerge) GitHub's auto-merge feature is disabled on this repo (allow_auto_merge=false), so `gh pr merge --auto` only ever worked by accident: when a PR happened to be fully green and mergeable at that moment, gh merged it directly, and otherwise the call errored. That is exactly the observed mix of success and failure runs, and why #82-#95 piled up unmerged with autoMerge=no. Enabling the repo setting is the other possible fix, and it is the worse one. There is no branch protection here, so there are no REQUIRED status checks -- repo-wide auto-merge would merge any PR the moment it became mergeable, regardless of whether CI had run. That is a footgun well beyond Dependabot. We do not need it. The two wait-for-check gates above already block until "Run go test" and "Run golangci-lint" report success, and the step's `if` requires both. By the time we reach the merge, the checks have demonstrably passed, so a direct merge is equivalent in safety -- and it fails loudly on conflict rather than queueing silently forever. Combined with GH_PAT from ab21bd1, the full path now works: bump merged as a real user -> Test/Lint/Release Please fire on main -> `fix(deps)` cuts a patch release. Verified that ab21bd1 (merged manually as a user) triggered Lint, Test and Release Please, while 37f1d0f (auto-merged under the old token) triggered none.
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.
Bumps atomicgo.dev/keyboard from 0.2.9 to 0.2.10.
Release notes
Sourced from atomicgo.dev/keyboard's releases.
Commits
fae8463chore: auto name tag on release4b92e07chore: updated template comments6614fe5docs: update readme codeblock styling5178b5cdocs: update readme styling0b77d5cci: use stable go version for doc generation8140523ci: fix windows argument parsing64af941ci: improved workflowsc24137eci: updated workflow dependency versions160b78achore: removed .templates1003925chore: removed Makefile in favour of Taskfile