Skip to content

Commit

Permalink
chore(deps): ignore go-github (#2223)
Browse files Browse the repository at this point in the history
Ignores updates to `go-github` which requires an import path update as well, so [renovate PRs](https://github.com/googleapis/google-api-go-client/pull/2221) are useless.
  • Loading branch information
noahdietz committed Oct 19, 2023
1 parent 29c72b5 commit 438c075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/appengine"
"google.golang.org/appengine",
"github.com/google/go-github"
],
"force": {
"constraints": {
Expand Down

0 comments on commit 438c075

Please sign in to comment.