Commit 578a3b9b authored by Robert Knight's avatar Robert Knight

Adjust grouped updates config

 - Add the core `rollup` dep to the "rollup" group. It is maintained by
   the same GitHub org, but doesn't start with `@rollup/`

 - Add groups for `@types/` package. These are all sourced from the same
   organization.

 - Rename `lint` => `eslint`. This avoids ambiguity if copying this
   config into other repos that also use Python linters.
parent 2083cf88
......@@ -10,13 +10,17 @@ updates:
babel:
patterns:
- '@babel/*'
lint:
eslint:
patterns:
- 'eslint*'
- '@typescript-eslint/*'
rollup:
patterns:
- 'rollup'
- '@rollup/*'
sentry:
patterns:
- '@sentry/*'
typescript-types:
patterns:
- '@types/*'
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