Skip to content

Commit 0ee4694

Browse files
authored
feat(renovate): merge pre-commit and python dev groups (#196)
1 parent 2a47774 commit 0ee4694

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/renovate.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"groupSlug": "python-prod",
1313
"commitMessagePrefix": "chore(deps): "
1414
}, {
15-
"matchManagers": [ "pip_requirements" ],
16-
"matchFileNames": [ "requirements-dev.txt" ],
15+
"matchManagers": [ "pip_requirements", "pre-commit" ],
16+
"matchFileNames": [ "requirements-dev.txt", ".pre-commit-config.yaml" ],
1717
"groupName": "Python (dev)",
1818
"groupSlug": "python-dev",
1919
"commitMessagePrefix": "chore(deps-dev): "
@@ -31,10 +31,6 @@
3131
"matchManagers": [ "dockerfile" ],
3232
"groupName": "Docker images",
3333
"commitMessagePrefix": "chore(deps-docker): "
34-
}, {
35-
"matchManagers": [ "pre-commit" ],
36-
"groupName": "pre-commit hooks",
37-
"commitMessagePrefix": "chore(deps-dev): "
3834
}
3935
],
4036
"commitMessageAction": "update",

0 commit comments

Comments
 (0)