19 lines
456 B
YAML
19 lines
456 B
YAML
# This configuration is here to prevent false positive alerts for __fixtures__.
|
|
# We are intentionally disabling the PR opening feature.
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
open-pull-requests-limit: 0
|
|
exclude-paths:
|
|
- '**/__fixtures__/**'
|
|
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
open-pull-requests-limit: 0
|