Merge pull request #1314 from openedx/repo-tools/salman/add-dependabot-file-e2a206c

chore: enable github action auto update in dependabot.yml
This commit is contained in:
Eemaan Amir
2024-11-21 13:53:25 +05:00
committed by GitHub

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"