From b6497a0fe7bd401896c7f590ff60cd1fe41cf596 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Tue, 8 Nov 2022 09:57:27 -0800 Subject: [PATCH] chore: update .github/renovate.json --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6e7a4f2..ea0d478 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -30,6 +30,12 @@ "matchPackageNames": ["go"], "allowedVersions": "<1.19.0", "postUpdateOptions": ["gomodTidy"] + }, + { + "matchPackageNames": ["google", "google-beta"], + "groupName": "terraform googles", + "separateMajorMinor": false, + "rangeStrategy": "widen" } ] }