diff --git a/renovate-config.json b/renovate-config.json index 8607fb4..98b7a10 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -31,5 +31,8 @@ "matchManagers": ["github-actions"], "groupName": "github-actions" } - ] + ], + "customEnvVariables": { + "GOPRIVATE": "github.com/trufflesecurity/*" + } }