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 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: ilya <[email protected]>
  • Loading branch information
SuperIzya and ilya authored Sep 1, 2023
1 parent 34196c5 commit 22f5d2e
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 22f5d2e

Please sign in to comment.