Skip to content

Commit 2b9bc66

Browse files
committed
Add groups config to pre-commit dependabot config
1 parent 355cb23 commit 2b9bc66

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ updates:
3333
- "cdce8p"
3434
open-pull-requests-limit: 10
3535
rebase-strategy: "disabled"
36+
groups:
37+
flake8-dependencies:
38+
patterns:
39+
- flake8
40+
- pycodestyle
41+
- pyflakes
3642

3743
- package-ecosystem: "github-actions"
3844
directory: "/"

0 commit comments

Comments
 (0)