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

refactor(docker): disable rollback PRs by default

parent 14cbd68d
No related merge requests found
......@@ -969,6 +969,7 @@ const options = [
commitMessageTopic: '{{{depName}}} Docker tag',
prBody: template('prBody', 'docker'),
major: { enabled: false },
rollbackPrs: false,
digest: {
branchTopic: '{{{depNameSanitized}}}-{{{currentTag}}}',
commitMessageExtra: 'to {{newDigestShort}}',
......
......@@ -245,7 +245,7 @@ Array [
"recreateClosed": false,
"requiredStatusChecks": Array [],
"reviewers": Array [],
"rollbackPrs": true,
"rollbackPrs": false,
"schedule": Array [],
"semanticCommitScope": "deps",
"semanticCommitType": "chore",
......
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