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

fix: Revert "fix: force pin dependencies config"

This reverts commit 247bdf6b.
parent 9521b08b
No related merge requests found
...@@ -555,15 +555,13 @@ const options = [ ...@@ -555,15 +555,13 @@ const options = [
stage: 'package', stage: 'package',
type: 'json', type: 'json',
default: { default: {
force: { unpublishSafe: false,
unpublishSafe: false, recreateClosed: true,
recreateClosed: true, rebaseStalePrs: true,
rebaseStalePrs: true, groupName: 'Pin Dependencies',
groupName: 'Pin Dependencies', commitMessageAction: 'Pin',
commitMessageAction: 'Pin', group: {
group: { commitMessageTopic: 'dependencies',
commitMessageTopic: 'dependencies',
},
}, },
}, },
cli: false, cli: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment