1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-18 05:29:10 -04:00
esp-idf/.github/dependabot.yml

16 lines
390 B
YAML

version: 2
updates:
- package-ecosystem: "all"
directory: "/"
schedule:
interval: "weekly"
ignore:
- directory: ".gitlab/dangerjs"
patterns:
- "package-lock.json"
- directory: ".github/dangerjs"
patterns:
- "package-lock.json"
# Disable "version updates" (keep only "security updates")
open-pull-requests-limit: 0