Skip to content
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
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Monthly, grouped version updates: at most one PR per ecosystem per month.
# Monthly version updates. Minor/patch bumps are grouped into one PR per ecosystem;
# major bumps get their own PR so a red CI points at a single dependency.
# Security updates are handled separately by GitHub's alert flow.
version: 2

Expand All @@ -11,6 +12,7 @@ updates:
groups:
npm-all:
patterns: ["*"]
update-types: ["minor", "patch"]
commit-message:
prefix: chore
- package-ecosystem: npm
Expand All @@ -21,6 +23,7 @@ updates:
groups:
npm-all:
patterns: ["*"]
update-types: ["minor", "patch"]
commit-message:
prefix: chore
- package-ecosystem: github-actions
Expand Down