From 68e366ea419ea061ce2712d303ffabcf20c8ad7c Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 11 Mar 2024 12:07:26 +0100 Subject: [PATCH] chore: group go hashicorp dependencies updates (#893) - Reduce the amount of CI pipelines. - Some packages might require others HashiCorp packages to be updated to function. --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5805c99a4..1745aa515 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hetznercloud/.github//renovate/default"] + "extends": ["github>hetznercloud/.github//renovate/default"], + "packageRules": [ + { + "matchPackagePrefixes": ["github.com/hashicorp/"], + "groupName": "hashicorp" + } + ] }