Skip to content

Chore: [AEA-0000] - cooldown dependabot#1029

Open
anthony-nhs wants to merge 3 commits intomainfrom
cooldown_depenadabot
Open

Chore: [AEA-0000] - cooldown dependabot#1029
anthony-nhs wants to merge 3 commits intomainfrom
cooldown_depenadabot

Conversation

@anthony-nhs
Copy link
Contributor

Summary

  • Routine Change

Details

  • cooldown depenadabot

Copilot AI review requested due to automatic review settings March 25, 2026 08: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

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

Adjusts the timing/frequency of automated maintenance updates by changing a scheduled workflow run day and introducing a Dependabot cooldown to reduce update churn.

Changes:

  • Change update_dev_container_version workflow cron from Monday to Thursday.
  • Add cooldown.default-days: 3 to Dependabot update configurations (GitHub Actions, pip, npm).

Reviewed changes

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

File Description
.github/workflows/update_dev_container_version.yml Shifts the scheduled run day for devcontainer version update automation.
.github/dependabot.yml Adds a cooldown period intended to reduce how frequently Dependabot raises updates.

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

Comment on lines +23 to +24
cooldown:
default-days: 3
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.

The new cooldown setting is non-obvious in Dependabot configs; please add a short inline comment (or link to the official Dependabot docs) explaining what default-days: 3 affects (e.g., version updates vs security updates) so future maintainers can verify/adjust it confidently.

Copilot uses AI. Check for mistakes.
workflow_dispatch:
schedule:
- cron: "0 18 * * 1"
- cron: "0 18 * * 4"
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.

The PR description only mentions Dependabot cooldown, but this changes the devcontainer update workflow schedule day as well. Please update the PR description (or ticket reference) to reflect the additional automation scheduling change so reviewers/auditors understand the intent.

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