Skip to content

Add workflow to check for updates to pseudo-versioned dependencies#140

Merged
klp2 merged 1 commit into
mainfrom
wstorey/eng-3699-go-dependencies-referenced-by-commit-are-regularly-updated
Jan 2, 2026
Merged

Add workflow to check for updates to pseudo-versioned dependencies#140
klp2 merged 1 commit into
mainfrom
wstorey/eng-3699-go-dependencies-referenced-by-commit-are-regularly-updated

Conversation

@horgh

@horgh horgh commented Dec 31, 2025

Copy link
Copy Markdown
Contributor

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
Copy Markdown

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.)

@klp2 klp2 merged commit bfddc9b into main Jan 2, 2026
22 checks passed
@klp2 klp2 deleted the wstorey/eng-3699-go-dependencies-referenced-by-commit-are-regularly-updated branch January 2, 2026 19:52
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