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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow defining targets per pattern or group #513

Open
2 tasks done
jmullo opened this issue Oct 11, 2023 · 0 comments
Open
2 tasks done

Feature: Allow defining targets per pattern or group #513

jmullo opened this issue Oct 11, 2023 · 0 comments

Comments

@jmullo
Copy link

jmullo commented Oct 11, 2023

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

馃殌 Feature Proposal

It would be very useful to be able to define target levels per pattern or group.

Not matching ones would use default target.

Motivation

For certain dependencies we know that it's safe to automerge majors and for some other dependencies it's not.

Example

target: minor
custom-targets:
  - target: major
    patterns:
      - "@foo*"
    groups:
      - "dev-dependencies"
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

No branches or pull requests

1 participant