Skip to content

Commit

Permalink
group all dependabot updates per ecosystem (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Oct 13, 2024
1 parent 2145ebe commit acb7f23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ updates:
interval: "monthly"
commit-message:
prefix: "npm"
groups:
all:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "actions"
groups:
all:
patterns:
- "*"

0 comments on commit acb7f23

Please sign in to comment.