Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Comment thread
damientobin1 marked this conversation as resolved.
Comment thread
damientobin1 marked this conversation as resolved.
Comment thread
damientobin1 marked this conversation as resolved.
Comment thread
damientobin1 marked this conversation as resolved.
Comment thread
damientobin1 marked this conversation as resolved.
20 changes: 20 additions & 0 deletions .github/workflows/cicd-4-pr-title-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "4. PR Title Check"

on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- main

permissions:
contents: read

jobs:
check-pr-title:
name: "Check PR title"
runs-on: ubuntu-latest
steps:
- name: "Check PR title format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@3.1.2
with:
title: ${{ github.event.pull_request.title }}
4 changes: 2 additions & 2 deletions .github/workflows/manual-combine-dependabot-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
damientobin1 marked this conversation as resolved.
299 changes: 299 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading