chore: enable github action auto update in dependabot.yml (#737)

This commit is contained in:
edX requirements bot
2025-12-10 00:40:23 -05:00
committed by GitHub
parent f5c5913d3f
commit cefc8d9d35

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

@@ -0,0 +1,7 @@
version: 2
updates:
# Adding new check for github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"