diff --git a/renovate.json b/renovate.json index 81a7271..6a78022 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,16 @@ "go-version-input: (?[0-9]*.[0-9]*.[0-9]*)" ] }, + { + "fileMatch": [ + ".github/workflows/go.yml" + ], + "datasourceTemplate": "golang-version", + "depNameTemplate": "golang", + "matchStrings": [ + "go-version: (?[0-9]*.[0-9]*.[0-9]*)" + ] + }, { "fileMatch": [ ".github/workflows/release.yml"