Skip to content

Commit

Permalink
chore: group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4mm4r committed Oct 17, 2023
1 parent ad651a2 commit 4ef0c61
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,34 @@ updates:
directory: /
schedule:
interval: monthly
groups:
go-dependencies:
patterns:
- "*" # Include all dependencies in one PR
update-types:
- "minor"
- "patch"

- package-ecosystem: gomod
directory: cmd/saga
schedule:
interval: monthly
groups:
go-dependencies:
patterns:
- "*" # Include all dependencies in one PR
update-types:
- "minor"
- "patch"

- package-ecosystem: gomod
directory: .sage
schedule:
interval: monthly
groups:
go-dependencies:
patterns:
- "*" # Include all dependencies in one PR
update-types:
- "minor"
- "patch"

0 comments on commit 4ef0c61

Please sign in to comment.