https://github.com/database64128/renovatebot-31133
Minimal reproduction repo for https://github.com/renovatebot/renovate/discussions/31133
https://github.com/database64128/renovatebot-31133
Last synced: 5 months ago
JSON representation
Minimal reproduction repo for https://github.com/renovatebot/renovate/discussions/31133
- Host: GitHub
- URL: https://github.com/database64128/renovatebot-31133
- Owner: database64128
- License: agpl-3.0
- Archived: true
- Created: 2024-09-01T06:50:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T05:05:43.000Z (over 1 year ago)
- Last Synced: 2025-10-20T09:04:33.092Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 31133
First, read the [Renovate minimal reproduction instructions](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md).
Then replace the current `h1` with the Renovate Issue/Discussion number.
## Current behavior
When a Go module dependency is declared at a pseudo version (e.g. the latest commit on a branch), and there are tagged releases on older commits, Renovate downgrades the dependency to the latest tag on an older commit.
## Expected behavior
Renovate updates the dependency only when there are newer commits or tags.
## Link to the Renovate issue or Discussion
https://github.com/renovatebot/renovate/discussions/31133