Skip to content

Commit

Permalink
chore(deps): ignore arrow and go-github
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Mar 11, 2024
1 parent 3878315 commit 80231ac
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 80231ac

Please sign in to comment.