mirror of
https://github.com/sboulema/mtg-deck.git
synced 2026-07-22 06:50:39 +00:00
22 lines
No EOL
366 B
YAML
22 lines
No EOL
366 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
assignees:
|
|
- "sboulema"
|
|
groups:
|
|
typescript-eslint:
|
|
patterns:
|
|
- "@typescript-eslint*"
|
|
jest:
|
|
patterns:
|
|
- "*jest*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
assignees:
|
|
- "sboulema" |