From e767160625c75f7577a5c760c6f1f1a186a18dd0 Mon Sep 17 00:00:00 2001 From: damientobin1 Date: Tue, 5 May 2026 13:34:28 +0100 Subject: [PATCH] CCM-17691: Updated Dependabot PR Titles --- .github/dependabot.yaml | 10 ++++++++++ .github/workflows/manual-combine-dependabot-prs.yaml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 55eb4e584..2ab65a7f4 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,6 +6,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " cooldown: default-days: 7 @@ -13,6 +15,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " cooldown: default-days: 7 @@ -20,6 +24,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " cooldown: default-days: 7 @@ -28,6 +34,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " cooldown: default-days: 7 @@ -35,5 +43,7 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " cooldown: default-days: 7 diff --git a/.github/workflows/manual-combine-dependabot-prs.yaml b/.github/workflows/manual-combine-dependabot-prs.yaml index 3e311ac55..8965f1d35 100644 --- a/.github/workflows/manual-combine-dependabot-prs.yaml +++ b/.github/workflows/manual-combine-dependabot-prs.yaml @@ -19,6 +19,6 @@ jobs: with: ci_required: false labels: dependencies - pr_title: Combined Dependabot PRs + pr_title: "CCM-9336: Combined Dependabot PRs" combine_branch_name: dependabotCombined - pr_body_header: Combined Dependabot PRs + pr_body_header: "CCM-9336: Combined Dependabot PRs"