From a439e778083ec54cb9f46d4df38081d513448a0a Mon Sep 17 00:00:00 2001 From: Nick Watts Date: Thu, 18 Apr 2024 11:48:36 -0400 Subject: [PATCH] Automatically tag Dependabot PRs with ticket --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c706a6..9e44756 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: open-pull-requests-limit: 10 reviewers: - "@DataBiosphere/analysisjourneys" + commit-message: + prefix: "[AJ-1783]" schedule: interval: "weekly" day: "monday"