Enable Dependabot

This commit is contained in:
Alexa Louise
2026-01-24 16:38:44 -06:00
parent 9b9ba4da67
commit 3e1e7495e9

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"