Skip to content

Commit

Permalink
Change: Group dependabot updates (#37)
Browse files Browse the repository at this point in the history
Easier to review and merge.
  • Loading branch information
bjoernricks authored Sep 18, 2023
1 parent 2f347a2 commit 11b6eba
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 11b6eba

Please sign in to comment.