From 3237161b78a6e43848921fd7cfa5ca9c36595c32 Mon Sep 17 00:00:00 2001 From: Nick Watts <1156625+nawatts@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:33:37 -0400 Subject: [PATCH] [AJ-1783] Configure Dependabot to update GitHub Actions (#52) --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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"