Skip to content

Commit

Permalink
Renovate: regenerate file on Go mod directive update
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Jul 20, 2023
1 parent 135c671 commit 7b93417
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,23 @@
},
// Upgrade the Go module directive, see:
// https://docs.renovatebot.com/modules/versioning/#go-modules-directive-versioning
// depName is 'go' so it will be group with the 'Go' groupName
{
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
},
{
"groupName": "Go",
"matchDepNames": [
"go",
"docker.io/library/golang"
],
// postUpgradeTasks is only for when the Go module directives are bumped
"postUpgradeTasks": {
"commands": ["go mod vendor"],
"fileFilters": ["**/**"],
"executionMode": "branch"
},
},
{
// Group golangci-lint updates to overrule grouping of version updates in the GHA files.
Expand Down

0 comments on commit 7b93417

Please sign in to comment.