Skip to content

Commit

Permalink
Fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jan 14, 2024
1 parent 93a0fd7 commit b1a5f26
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
groups:
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit b1a5f26

Please sign in to comment.