Skip to content

Commit a3e0d3b

Browse files
committed
Enable automerge for lock file maintenance PRs
Lock file maintenance was configured to run weekly via :maintainLockFilesWeekly, but these PRs were not being automerged. This adds automerge: true to the lockFileMaintenance config so that weekly lock file updates will automatically merge after CI passes, reducing manual maintenance overhead.
1 parent 8fde527 commit a3e0d3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quiet.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"postUpdateOptions": [
3535
"yarnDedupeHighest"
3636
],
37+
// Automerge lock file maintenance PRs
38+
"lockFileMaintenance": {
39+
"automerge": true
40+
},
3741
// Custom packages rules, which extend the configuration above
3842
"packageRules": [
3943
// Always require dashboard approval for major updates

0 commit comments

Comments
 (0)