Skip to content

Chore: [AEA-0000] - Dependabot cooldown#1951

Open
anthony-nhs wants to merge 4 commits intomainfrom
dependabot_cooldown
Open

Chore: [AEA-0000] - Dependabot cooldown#1951
anthony-nhs wants to merge 4 commits intomainfrom
dependabot_cooldown

Conversation

@anthony-nhs
Copy link
Contributor

Summary

  • Routine Change

Details

  • add dependabot cooldown

Copilot AI review requested due to automatic review settings March 25, 2026 09:55
@github-actions
Copy link
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds automation controls to reduce Dependabot PR churn and introduces a scheduled workflow to update the devcontainer version via a reusable workflow.

Changes:

  • Add a Dependabot cooldown configuration (3 days) across pip, GitHub Actions, and npm update configurations.
  • Add a new scheduled/manual GitHub Actions workflow to update the devcontainer version using eps-common-workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/update_dev_container_version.yml Adds a scheduled + manual workflow that calls a reusable workflow to update the devcontainer version.
.github/dependabot.yml Introduces a 3-day cooldown to slow down Dependabot update PR creation across ecosystems.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +12 to +14
contents: read
packages: read
pull-requests: write
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this workflow the permissions mapping entries are indented more deeply than the rest of the job fields (e.g., contents, packages, pull-requests have 8 spaces). Other workflows in this repo consistently indent permission entries by two spaces under permissions:; aligning indentation improves consistency and avoids YAML-lint/actionlint edge cases.

Suggested change
contents: read
packages: read
pull-requests: write
contents: read
packages: read
pull-requests: write

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants