diff --git a/.github/renovate.json b/.github/renovate.json index 968bf81..97961c4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>sparetimecoders/renovate-config"], + "constraints": { + "go": "1.25.0" + }, + "postUpdateOptions": ["goModTidy", "goModTidyE", "goWorkspaceTidy"], "packageRules": [ { "description": "Use fix(deps) for library dependencies so release-please creates releases",