Create dependabot.yml

This commit is contained in:
Donavon McDowell 2024-08-30 09:20:03 -06:00 committed by GitHub
parent 720ad56a7a
commit d1a4ec9681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "deps"