File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 12
12
"groupSlug" : " python-prod" ,
13
13
"commitMessagePrefix" : " chore(deps): "
14
14
}, {
15
- "matchManagers" : [ " pip_requirements" ],
16
- "matchFileNames" : [ " requirements-dev.txt" ],
15
+ "matchManagers" : [ " pip_requirements" , " pre-commit " ],
16
+ "matchFileNames" : [ " requirements-dev.txt" , " .pre-commit-config.yaml " ],
17
17
"groupName" : " Python (dev)" ,
18
18
"groupSlug" : " python-dev" ,
19
19
"commitMessagePrefix" : " chore(deps-dev): "
31
31
"matchManagers" : [ " dockerfile" ],
32
32
"groupName" : " Docker images" ,
33
33
"commitMessagePrefix" : " chore(deps-docker): "
34
- }, {
35
- "matchManagers" : [ " pre-commit" ],
36
- "groupName" : " pre-commit hooks" ,
37
- "commitMessagePrefix" : " chore(deps-dev): "
38
34
}
39
35
],
40
36
"commitMessageAction" : " update" ,
You can’t perform that action at this time.
0 commit comments