Commit 7ca44276 authored by Robert Knight's avatar Robert Knight

Configure update groups

Try to reduce conflicts when merging dependency updates by grouping updates for
related packages.

See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
parent 206be83d
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
time: '10:00'
open-pull-requests-limit: 10
groups:
babel:
patterns:
- '@babel/*'
lint:
patterns:
- 'eslint*'
- '@typescript-eslint/'
rollup:
patterns:
- '@rollup/*'
sentry:
patterns:
- '@sentry/*'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment