Skip to content

Commit

Permalink
build: reconfigured dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jan 29, 2024
1 parent a42794e commit e38c925
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 @@ -10,3 +10,22 @@ updates:
target-branch: "beta"
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 e38c925

Please sign in to comment.