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

fix: make renovatebot's ignorePath and grouping of non-major updates work correctly #505

Conversation

kenneth-rosario
Copy link
Contributor

The renovate configs currently in use is not correctly ignoring the docs and experimental folders, and seems to not group non major updates together.

  • The previous renovate config ignorePaths was not working due to a current issue with renovate itself where ignorePaths is being overwrited by the coinfig:base defaults. The suggested fix is to use globalExtends property. Discussion used: ignorePaths overriden renovatebot/renovate#14793
  • Changed config to use the group:allNonMajor extension which ended up grouping non-major versions correctly.

Tested by forking repo, changing versions manually, and then running a locally cloned renovate bot against my fork with the updated renovate config file.

Example of how non major grouping would look like:
Screenshot 2023-01-09 at 11 43 15 AM

@kenneth-rosario kenneth-rosario requested review from hdp617 and anniefu and removed request for hdp617 January 9, 2023 20:12
Copy link
Contributor

@anniefu anniefu left a comment

Choose a reason for hiding this comment

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

Nice! This should make the PRs way more manageable and we can actually merge all the updates routinely now.

.github/renovate.json Show resolved Hide resolved
@kenneth-rosario kenneth-rosario merged commit e4f3c57 into GoogleCloudPlatform:master Jan 9, 2023
@kenneth-rosario kenneth-rosario deleted the fix_renovatebot_config branch January 9, 2023 21:53
@wyardley
Copy link

(side note, probably this should have been a non-triggering type like chore or ci / build vs. fix)?

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

3 participants