ci: add dependabot.yml (#3562)

This commit is contained in:
Alex Yang
2023-08-03 12:24:23 -07:00
committed by GitHub
parent 47ff376195
commit 0d531782ca

9
.github/workflows/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
versioning-strategy: increase
commit-message:
prefix: 'chore'