From 6192129b71f59e378712748205ceddcaa2bee840 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Fri, 27 Mar 2026 12:12:39 +0000 Subject: [PATCH 1/2] workflow to update dev container --- .../update_dev_container_version.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/update_dev_container_version.yml diff --git a/.github/workflows/update_dev_container_version.yml b/.github/workflows/update_dev_container_version.yml new file mode 100644 index 0000000..b6cdd8f --- /dev/null +++ b/.github/workflows/update_dev_container_version.yml @@ -0,0 +1,19 @@ +name: Update Devcontainer Version + +on: + workflow_dispatch: + schedule: + - cron: "0 18 * * 4" + +jobs: + update_devcontainer_version: + uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6 + permissions: + contents: read + packages: read + pull-requests: write + with: + base_branch: main + secrets: + CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }} + CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }} From ca9363c9fc3abd69768eb73af4df336ebfb77507 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Fri, 27 Mar 2026 12:13:15 +0000 Subject: [PATCH 2/2] depenadabot cooldown --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 64dea8d..521499b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,8 @@ updates: time: "18:00" # UTC commit-message: prefix: "Upgrade: [dependabot] - " + cooldown: + default-days: 3 - package-ecosystem: "pip" directory: "/" @@ -20,3 +22,5 @@ updates: open-pull-requests-limit: 20 commit-message: prefix: "Upgrade: [dependabot] - " + cooldown: + default-days: 3