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 d9a02c4 commit 51ba74c
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
target-branch: "main"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
commit-message:
prefix: "Deps"
- package-ecosystem: pip
directory: "/"
target-branch: "main"
schedule:
interval: weekly
time: "04:00"
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"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "Deps"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 51ba74c

Please sign in to comment.