diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0fde72ac11d..5345413e561c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"