chore: enable github action auto update in dependabot.yml

This commit is contained in:
edX requirements bot
2024-09-05 06:49:57 -04:00
parent ef6ade6de1
commit e927c8e358

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"