diff --git a/renovate.json b/renovate.json index 5b7ccc2c..677923c7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hetznercloud/.github//renovate/default"], + "extends": [ + "github>hetznercloud/.github//renovate/default", + "github>hetznercloud/.github//renovate/golang" + ], "postUpdateOptions": ["gomodTidy"] }