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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/config/definitions.ts
Expand Up @@ -900,7 +900,7 @@ const options: RenovateOptions[] = [
{
name: 'updateTypes',
description:
'Update types to match against (major, minor, pin, etc). Valid only within `packageRules` object.',
'Update types to match against (major, minor, pin, etc). Valid only within `packageRules` object. `patch` only matches if `separateMinorPatch` is set to true',
rarkins marked this conversation as resolved.
Show resolved Hide resolved
type: 'array',
// TODO: add allowedValues
subType: 'string',
Expand Down