Skip to content

Commit

Permalink
Update dependabot to group dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Aug 27, 2024
1 parent d770db0 commit b5d71be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -20,4 +18,7 @@ updates:
prefix: "[workflow]"
labels:
- "dependencies"
target-branch: "master"
target-branch: "master"
groups:
patterns:
- "*"

0 comments on commit b5d71be

Please sign in to comment.