afv-library/.github/dependabot.yml
k-j-kim 66c67eb558
chore: add dependabot config for root npm dependencies only (#222)
Excludes /samples directories from dependency updates by only
configuring the root directory for monitoring.
2026-04-23 10:13:37 -07:00

7 lines
107 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"