Skip to content

Conversation

@horgh
Copy link
Contributor

@horgh horgh commented Dec 31, 2025

Summary

  • Add GitHub Action workflow to check for updates to pseudo-versioned (commit-pinned) Go dependencies

Dependabot does not support updating Go dependencies pinned to commits (pseudo-versions). This workflow fills that gap by checking if newer commits are available on the default branch.

See: dependabot/dependabot-core#2028

Test plan

  • Verify workflow runs successfully on push

🤖 Generated with Claude Code

Dependabot does not support updating Go dependencies pinned to commits
(pseudo-versions). This workflow fills that gap by checking if newer
commits are available on the default branch.

See: dependabot/dependabot-core#2028

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Dec 31, 2025

Modver result

This report was generated by Modver,
a Go package and command that helps you obey semantic versioning rules in your Go module.

This PR does not require a change in your module’s version number.
(You might still consider bumping the patchlevel anyway.)

- github.com/davecgh/go-spew: v1.1.2-0.20180830191138-d8f796af33cc -> v1.1.1
- github.com/pmezard/go-difflib: v1.0.1-0.20181226105442-5d4384ee4fb2 -> v1.0.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants