Skip to content

fix(deps): bump atomicgo.dev/keyboard from 0.2.9 to 0.2.10 - #82

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/atomicgo.dev/keyboard-0.2.10
Jul 29, 2026
Merged

fix(deps): bump atomicgo.dev/keyboard from 0.2.9 to 0.2.10#82
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/atomicgo.dev/keyboard-0.2.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps atomicgo.dev/keyboard from 0.2.9 to 0.2.10.

Release notes

Sourced from atomicgo.dev/keyboard's releases.

v0.2.10

What's Changed

Other Changes

New Contributors

Full Changelog: atomicgo/keyboard@v0.2.9...v0.2.10

Commits
  • fae8463 chore: auto name tag on release
  • 4b92e07 chore: updated template comments
  • 6614fe5 docs: update readme codeblock styling
  • 5178b5c docs: update readme styling
  • 0b77d5c ci: use stable go version for doc generation
  • 8140523 ci: fix windows argument parsing
  • 64af941 ci: improved workflows
  • c24137e ci: updated workflow dependency versions
  • 160b78a chore: removed .templates
  • 1003925 chore: removed Makefile in favour of Taskfile
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested a review from dantech2000 as a code owner July 29, 2026 00:41
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/atomicgo.dev/keyboard-0.2.10 branch from 6360020 to 7828d5d Compare July 29, 2026 00:53
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
dependabot Bot force-pushed the dependabot/go_modules/atomicgo.dev/keyboard-0.2.10 branch from 7828d5d to 4045509 Compare July 29, 2026 00:55
@github-actions
github-actions Bot merged commit 65b2c91 into main Jul 29, 2026
5 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/atomicgo.dev/keyboard-0.2.10 branch July 29, 2026 00:59
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant