diff --git a/.github/renovate.json b/.github/renovate.json index 1b6aaf6..ccec101 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,23 @@ "group:githubArtifactActions", "schedule:earlyMondays" ], + "constraints": { + "go": "1.22" + }, "packageRules": [ + { + "matchFileNames": [ + "provider/**" + ], + "matchDatasources": [ + "go" + ], + "excludePackagePrefixes": [ + "github.com/hashicorp/terraform-plugin-sdk", + "github.com/pulumi/pulumi", + "github.com/paultyng/terraform-provider-unifi" + ] + }, { "matchFileNames": [ "examples/**"