diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e44756..9d187d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,23 @@ updates: update-types: - "minor" - "patch" + - package-ecosystem: "github-actions" + directory: "/" + labels: + - "dependencies" + - "github-actions" + open-pull-requests-limit: 10 + reviewers: + - "@DataBiosphere/analysisjourneys" + commit-message: + prefix: "[AJ-1783]" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "America/New_York" + groups: + artifact-actions: + patterns: + - "actions/upload-artifact" + - "actions/download-artifact"