Skip to content

Commit 4a327c6

Browse files
committed
Add dependabot group config for flake8
1 parent cdc9ad5 commit 4a327c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ updates:
1414
rebase-strategy: "disabled"
1515
# Always use only the latest version
1616
versioning-strategy: increase
17+
groups:
18+
flake8-dependencies:
19+
patterns:
20+
- flake8
21+
- pycodestyle
22+
- pyflakes
23+
1724

1825
- package-ecosystem: "github-actions"
1926
directory: "/"

0 commit comments

Comments
 (0)