From b09ed75023e08d1c83f76e2f81f00d2329d0c07c Mon Sep 17 00:00:00 2001 From: damientobin1 Date: Tue, 5 May 2026 13:39:45 +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 17ef311..6d7cbd2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,23 +6,33 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " - package-ecosystem: "terraform" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "CCM-9336: " diff --git a/.github/workflows/manual-combine-dependabot-prs.yaml b/.github/workflows/manual-combine-dependabot-prs.yaml index 3e311ac..8965f1d 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"