Skip to content

Commit

Permalink
chore: synced local '.github/dependabot.yml' with remote 'templates/d…
Browse files Browse the repository at this point in the history
…ependabot.yml'
  • Loading branch information
grisha87 committed Jan 30, 2024
1 parent 7614bbb commit 5bd016a
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 5bd016a

Please sign in to comment.