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: limit renovate packages #8524

Merged
merged 1 commit into from
Oct 5, 2022
Merged

chore: limit renovate packages #8524

merged 1 commit into from
Oct 5, 2022

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Oct 5, 2022

Attempt for #8503 . First disable all packages under "com.google". Then selectively enable the two artifacts.

Important to know: Renovate will evaluate all packageRules and not stop once it gets a first match. You should order your packageRules in ascending order of importance so that more important rules come later and can override settings from earlier rules if needed.

https://docs.renovatebot.com/configuration-options/#packagerules

The important rule comes later.

@@ -14,16 +14,15 @@
],
"packageRules": [
{
"matchPackagePatterns": ["^io.grpc:grpc-"],
"groupName": "gRPC packages"
"matchPackagePrefixes": ["com.google"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"matchPackagePatterns": ["^io.opencensus:opencensus-"],
"groupName": "OpenCensus packages"
"matchPackageNames": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suztomo suztomo added automerge Merge the pull request once unit tests and other checks pass. owlbot:run Add this label to trigger the Owlbot post processor. and removed owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 5, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 5, 2022
@suztomo
Copy link
Member Author

suztomo commented Oct 5, 2022

The "units" job is queued.

Screen Shot 2022-10-05 at 11 55 52 AM

@suztomo suztomo merged commit 6957166 into googleapis:main Oct 5, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 5, 2022
@suztomo suztomo deleted the i8503 branch October 5, 2022 16:29
@suztomo suztomo mentioned this pull request Oct 5, 2022
7 tasks
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.

2 participants