Skip to content

Commit

Permalink
renovate: Update Makefile's go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 27, 2024
1 parent 8c8646d commit 7ca78a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
"gomodTidy", // Run go mod tidy after Go module updates.
],

customManagers: [
// Update Makefile's go dependencies
{
customType: "regex",
fileMatch: ["^Makefile$"],
matchStrings: ["go run (?<depName>.*?)@(?<currentValue>.*?) "],
datasourceTemplate: "go",
},
],

packageRules: [
// Group all patch updates into a single PR
{
Expand Down

0 comments on commit 7ca78a9

Please sign in to comment.