From 80231acb78ad17437f41d6f123003caa720b9196 Mon Sep 17 00:00:00 2001 From: noahdietz Date: Mon, 11 Mar 2024 15:04:06 -0700 Subject: [PATCH] chore(deps): ignore arrow and go-github --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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"