Skip to content

Commit

Permalink
Merge pull request #27 from gnikit/ci/dependabot
Browse files Browse the repository at this point in the history
ci: dependabot use groupings
  • Loading branch information
gnikit authored Dec 30, 2023
2 parents e10d06b + ed611f4 commit d62742b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Group all CI dependencies into a single PR
groups:
ci:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
# Group all Python dependencies into a single PR
groups:
dev-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit d62742b

Please sign in to comment.