mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
13 lines
365 B
YAML
13 lines
365 B
YAML
|
# Please see the documentation for all configuration options:
|
||
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
allow:
|
||
|
- dependency-name: "@metamask/*"
|
||
|
versioning-strategy: "lockfile-only"
|