Compare commits

...

1 Commits

Author SHA1 Message Date
edX requirements bot
f175f2a198 chore: enable github action auto update in dependabot.yml 2024-09-13 06:32:38 -04:00

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"