diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 55eb4e58..2ab65a7f 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 3e311ac5..8965f1d3 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"