Skip to content

Commit

Permalink
chore(deps): ignore arrow and go-github (#9554)
Browse files Browse the repository at this point in the history
Similar to https://togithub.com/googleapis/google-api-go-client/pull/2465, we want to ignore renovate updates to `google/go-github` and `apache/arrow` b.c they version via module path, which requires code changes to import paths whenever they change.

Hopefully this closes #9404
  • Loading branch information
noahdietz committed Mar 11, 2024
1 parent 3878315 commit 7c910c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c910c8

Please sign in to comment.