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" + } + ] }