Enable Dependabot

This commit is contained in:
Alexa Louise
2026-01-24 16:38:42 -06:00
parent c03dccd358
commit f76d8ffabb

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"