Skip to content

fix: use matchDepNames so go group catches the mise dependency#19

Merged
strayer merged 1 commit into
mainfrom
fix/renovate-go-group
Jun 5, 2026
Merged

fix: use matchDepNames so go group catches the mise dependency#19
strayer merged 1 commit into
mainfrom
fix/renovate-go-group

Conversation

@strayer

@strayer strayer commented Jun 5, 2026

Copy link
Copy Markdown
Owner

matchPackageNames matches against packageName, but the mise-managed Go dependency extracts as golang/go (github-tags), so it escaped the go group and produced a separate PR for the same update. Matching on depName (go/golang across Dockerfile, go.mod and mise.toml) groups all of them.

@strayer strayer merged commit 2697437 into main Jun 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant