Skip to content

Commit

Permalink
Enable group dependabot updates (#141)
Browse files Browse the repository at this point in the history
This should create a single PR for minor and patch version updates
instead of multiple conflicting ones.
  • Loading branch information
hluk authored Feb 3, 2025
1 parent e55faf9 commit 1625440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
python-packages:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 1625440

Please sign in to comment.