mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
12 lines
356 B
YAML
12 lines
356 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/app/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
allow:
|
|
# Allow both direct and indirect updates for production packages.
|
|
# Ignores packages listed in devDependencies
|
|
- dependency-type: 'production'
|
|
# exclude dependabot version updates
|
|
open-pull-requests-limit: 0
|