mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
18 lines
578 B
YAML
18 lines
578 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 99
|
|
labels:
|
|
- 'pr: dependencies'
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'daily'
|
|
# Disable version updates for npm dependencies
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
|
|
open-pull-requests-limit: 0
|
|
labels:
|
|
- 'pr: dependencies'
|