Add config for Dependabot updates (#138)

This commit is contained in:
Evan Simkowitz 2024-07-23 11:52:07 -07:00 committed by GitHub
parent e9df61b925
commit d74e33cb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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