chore(config): enable automerge on lock file maintenance
This commit is contained in:
parent
f53e13f1aa
commit
8d17e6f721
1 changed files with 4 additions and 0 deletions
|
|
@ -11,4 +11,8 @@ module.exports = {
|
||||||
"mergeConfidence:all-badges",
|
"mergeConfidence:all-badges",
|
||||||
],
|
],
|
||||||
osvVulnerabilityAlerts: true,
|
osvVulnerabilityAlerts: true,
|
||||||
|
lockFileMaintenance: {
|
||||||
|
enabled: true,
|
||||||
|
automerge: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue