Skip to content
Snippets Groups Projects
Commit d6cc5b07 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: default rangeStrateg to “replace”

parent 88534c31
Branches
Tags 12.30.13
No related merge requests found
......@@ -453,7 +453,7 @@ const options = [
description: 'Policy for how to modify/update existing ranges.',
stage: 'package',
type: 'string',
default: 'auto',
default: 'replace',
allowedValues: ['auto', 'pin', 'bump', 'replace', 'widen'],
cli: false,
env: false,
......
......@@ -195,7 +195,7 @@ Object {
"prTitle": null,
"privateKey": null,
"python": Object {},
"rangeStrategy": "auto",
"rangeStrategy": "replace",
"rebaseStalePrs": null,
"recreateClosed": false,
"renovateFork": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment