chore: add dependabot config for root npm dependencies only (#222)

Excludes /samples directories from dependency updates by only
configuring the root directory for monitoring.
This commit is contained in:
k-j-kim 2026-04-23 10:13:37 -07:00 committed by GitHub
parent c80fbb5115
commit 66c67eb558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"