Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Grouping of dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed Sep 1, 2023
1 parent 0012579 commit e79a60e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ updates:
interval: "daily"
labels:
- "dependabot"
# group all minor or patch updates in one PR except for live-connect family.ignore:
# The only reason for this grouping is to cut on BrowserStack runs
groups:
npm-packages:
exclude-patterns:
- "live-connect*"
update-types:
- "minor"
- "patch"

0 comments on commit e79a60e

Please sign in to comment.