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

Grouping of dependabot PRs #173

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading