Skip to content

Commit

Permalink
Merge pull request #459 from balena-io/klutchell-patch-1
Browse files Browse the repository at this point in the history
Enable automerge of lock file maintenance PRs
  • Loading branch information
flowzone-app[bot] authored Oct 26, 2023
2 parents 5ed825c + 1d63229 commit ff408de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
"commitBody": "Update {{depName}}\n\nChange-type: patch",
"automerge": true
},
"lockFileMaintenance": { "enabled": true },
"lockFileMaintenance": {
"commitBody": "Update {{depName}}\n\nChange-type: patch",
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit ff408de

Please sign in to comment.