Skip to content

Commit

Permalink
CI: Add a dependabot group for flake8 and friends
Browse files Browse the repository at this point in the history
This should allow a single PR that stands a chance of working.
  • Loading branch information
dopplershift committed Jul 21, 2023
1 parent 81f8d57 commit 325a23b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ updates:
commit-message:
prefix: "CI: "
include: "scope"
groups:
flake8:
patterns:
- "flake8*"
- "pycodestyle"
- "pyflakes"

# Update GitHub Actions versions in workflows
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 325a23b

Please sign in to comment.