Skip to content

Commit dcc10bd

Browse files
committed
Enable automerge for Python lock file maintenance
This update adds the `automerge` option to the Python lock file maintenance configuration. It ensures that dependency updates are automatically merged once passing all required checks, streamlining the update process. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent c110404 commit dcc10bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
],
66
"python": {
77
"lockFileMaintenance": {
8-
"enabled": true
8+
"enabled": true,
9+
"automerge": true
10+
911
}
1012
},
1113
"automerge": true,

0 commit comments

Comments
 (0)