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(renovate): split patch and minor rules #1572

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

haddasbronfman
Copy link
Member

Which problem is this PR solving?

Currently, renovate bot groups all minor and patch version upgrades into one PR, which makes it difficult to handle problems when they occur. This PR separates minor and patch into 2 different rules as we have in core.

Short description of the changes

  • Create a rule for bumping all patch versions in one PR, excluding "prettier" (same as in core)
  • Create a rule for all minor version upgrades, and requires Dependency Dashboard #637 for minor version bumps

@haddasbronfman haddasbronfman requested a review from a team July 12, 2023 07:33
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #1572 (70382fd) into main (8e2f518) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1572   +/-   ##
=======================================
  Coverage   96.06%   96.06%           
=======================================
  Files          14       14           
  Lines         914      914           
  Branches      199      199           
=======================================
  Hits          878      878           
  Misses         36       36           

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Thank you for taking care of this 🙂

@pichlermarc pichlermarc merged commit ffb45fe into open-telemetry:main Jul 12, 2023
13 checks passed
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