Skip to content

Commit

Permalink
build: dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 authored Jan 29, 2024
1 parent edd4eb5 commit d61128b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,22 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dev-deps-regular:
dependency-type: "development"
update-types:
- "minor"
- "patch"
prod-deps-regular:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-deps-breaking:
dependency-type: "development"
update-types:
- "major"
prod-deps-breaking:
dependency-type: "production"
update-types:
- "major"

0 comments on commit d61128b

Please sign in to comment.