From 044968d3393ddfc3b3710b16187016151f06c4fb Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Thu, 1 Jun 2023 12:18:59 -0700 Subject: [PATCH] chore: update .github/renovate.json --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index bccd0c174a..bb2b478857 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,9 @@ "stabilityDays":0 }, "separateMajorMinor":false, + "constraints": { + "go": "1.18" + }, "packageRules": [ { "matchPaths": ["examples/**", "test/**", ".github/**"], @@ -35,7 +38,8 @@ "postUpdateOptions": ["gomodTidy"] }, { - "matchPackageNames": ["go"], + "matchDatasources": ["golang-version"], + "rangeStrategy": "bump", "allowedVersions": "<1.19.0", "postUpdateOptions": ["gomodTidy"] },