Skip to content

Commit

Permalink
Use grouped updates for python dependencies (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Sep 25, 2023
1 parent 45920eb commit e0ebf48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
schedule:
interval: "daily"
versioning-strategy: "lockfile-only"
groups:
dependencies:
patterns:
- "*" # Update all packages together
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit e0ebf48

Please sign in to comment.