Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ignore google/go-github package updates #2465

Merged
merged 1 commit into from Mar 11, 2024

Conversation

noahdietz
Copy link
Contributor

"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, which I've implemented here.

@noahdietz noahdietz requested review from yoshi-approver and a team as code owners March 11, 2024 17:24
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit cc19990 into main Mar 11, 2024
6 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the disable-dep branch March 11, 2024 17:34
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants