Skip to content

Commit

Permalink
dependabot group config (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck authored Dec 4, 2023
1 parent 61ab9b7 commit 2889f19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
# Group only dev dependencies updates. Production dependencies should have a separate PR per update.
# Exclude major version updates from the dev dependencies group. Major version updates should have a separate PR per update.
- dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 2889f19

Please sign in to comment.