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

docs: document that updateTypes: ['patch'] only works/matches if separateMinorPatch is set to true #7628

Merged
merged 7 commits into from Nov 4, 2020

Commits on Nov 2, 2020

  1. Update definitions.ts

    I noticed that `updateTypes: ['patch']` only matches if `separateMinorPatch` is set to true.
    This comes somewhat unexpected and does not seem to be documented anywhere at the moment, as opposed to the documentation of the `patch` setting, where the docs correctly state `Only applies if separateMinorPatch is set to true`.
    
    Maybe related to renovatebot#2818
    
    But without reading the docs, I would expect `updateTypes: ['patch']` to always match on patch updates (e.g. 1.0.0 to 1.0.1) regardless of the `separateMinorPatch` setting (which is only set if we want separate PRs or branches for patch AND minor updates)
    casdevs committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3dc0aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad67e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f0e19b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    8b71fb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    364d9a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ab5fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d86c44 View commit details
    Browse the repository at this point in the history