Skip to content

Commit 7ca78a9

Browse files
committed
renovate: Update Makefile's go dependencies
1 parent 8c8646d commit 7ca78a9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"gomodTidy", // Run go mod tidy after Go module updates.
77
],
88

9+
customManagers: [
10+
// Update Makefile's go dependencies
11+
{
12+
customType: "regex",
13+
fileMatch: ["^Makefile$"],
14+
matchStrings: ["go run (?<depName>.*?)@(?<currentValue>.*?) "],
15+
datasourceTemplate: "go",
16+
},
17+
],
18+
919
packageRules: [
1020
// Group all patch updates into a single PR
1121
{

0 commit comments

Comments
 (0)