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

This commit is contained in:
edX requirements bot
2024-09-12 14:48:37 -04:00
committed by GitHub
parent 3f8b8077a9
commit d0ec7e3fb2

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"