Create dependabot.yml

This commit is contained in:
EncodedVenom 2024-11-16 21:16:23 -05:00 committed by GitHub
parent 638272bfcf
commit 3cde5c8152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/workflows/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"