Commit be48cd19 authored by Robert Knight's avatar Robert Knight

Add missing wildcard in Dependabot grouped updates config

Without this the pattern doesn't match any packages.
parent 7ca44276
......@@ -13,7 +13,7 @@ updates:
lint:
patterns:
- 'eslint*'
- '@typescript-eslint/'
- '@typescript-eslint/*'
rollup:
patterns:
- '@rollup/*'
......
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