Create dependabot.yml

This commit is contained in:
Donavon McDowell 2024-08-30 09:19:07 -06:00 committed by GitHub
parent 2b17a05484
commit 0356a21e53
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"