Skip to content

Commit

Permalink
Change: Group dependabot updates
Browse files Browse the repository at this point in the history
Will be easier to review and merge.
  • Loading branch information
bjoernricks committed Sep 18, 2023
1 parent 4fb8db5 commit 6ce53b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ updates:
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
commit-message:
prefix: "Deps"
groups:
python-packages:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Deps"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 6ce53b1

Please sign in to comment.