mirror of
https://github.com/maputnik/editor.git
synced 2026-05-16 13:10:01 +00:00
Add react group to Dependabot configuration (#1879)
## Launch Checklist This groups react dependencies together so that they will pass the build. - [x] Briefly describe the changes in this PR.
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -15,6 +15,9 @@ updates:
|
||||
vitest:
|
||||
patterns:
|
||||
- "*vitest*"
|
||||
react:
|
||||
patterns:
|
||||
- "*react*"
|
||||
cooldown:
|
||||
default-days: 5
|
||||
semver-major-days: 5
|
||||
|
||||
Reference in New Issue
Block a user