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"