Skip to content

Commit

Permalink
chore(dependabot): group the dependency updates for creating less PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 20, 2023
1 parent 134eb09 commit c6a92bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,24 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"

# Maintain dependencies for NPM
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"

0 comments on commit c6a92bf

Please sign in to comment.