Skip to content

Commit

Permalink
Move groups within updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Sep 6, 2023
1 parent 6d70faa commit 54e21ec
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,29 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"

groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 54e21ec

Please sign in to comment.