Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): ignore google/go-github package updates (#2465)
"properly" ignore `github.com/google/go-github` dependency updates via renovate since they require code changes (import path updates). Since the module name is changed with each release, we cannot `ignoreDeps` a single module, and [`ignoreDeps` does not support pattern matching, but has a workaround](https://docs.renovatebot.com/configuration-options/#ignoredeps), which I've implemented here.
- Loading branch information