diff --git a/.github/renovate.json b/.github/renovate.json index 780801197304..592e1c0c79eb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,6 +18,15 @@ "ignorePaths": [ "**/snippets/**" ], + "packageRules": [ + { + "matchPackageNames": [ + "^github.com/google/go-github/v", + "^github.com/apache/arrow/go/v" + ], + "enabled": false + } + ], "force": { "constraints": { "go": "1.20"