Skip to content

Commit

Permalink
feat: add github actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Nov 7, 2023
1 parent 5d6e925 commit f1c561b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ updates:
interval: "weekly"
reviewers:
- "openedx/arbi-bom"
- package-ecosystem: "github-actions"
directory: "/.github/actions/unit-tests/"
schedule:
interval: "weekly"
reviewers:
- "openedx/arbi-bom"
- package-ecosystem: "github-actions"
directory: "/.github/actions/verify-tests-count/"
schedule:
interval: "weekly"
reviewers:
- "openedx/arbi-bom"

0 comments on commit f1c561b

Please sign in to comment.