Skip to content

Commit 87720e1

Browse files
committed
github: Remove lockFileMaintenance from matchUpdateTypes
1 parent dd16d56 commit 87720e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
]
1919
},
2020
{
21-
// Update Python packages on weekends.
21+
// Update Python packages on weekends, separate from lockFileMaintenance.
2222
"matchCategories": ["python"],
23+
"matchUpdateTypes": ["major", "minor", "patch", "rollback", "replacement"],
2324
"groupName": "Python packages",
2425
"groupSlug": "python",
2526
"schedule": [

0 commit comments

Comments
 (0)