Skip to content

Commit

Permalink
chore: group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stinakas committed Nov 2, 2023
1 parent 8b59fe9 commit 29ea679
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@ updates:
directory: /
schedule:
interval: monthly
groups:
github-actions-dependencies:
patterns:
- "*"

- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
groups:
root-go-dependencies:
patterns:
- "*"

- package-ecosystem: gomod
directory: .sage
schedule:
interval: monthly
groups:
sage-go-dependencies:
patterns:
- "*"

0 comments on commit 29ea679

Please sign in to comment.