Skip to content

Chore: [AEA-0000] - add dependabot approve schedule#743

Merged
anthony-nhs merged 1 commit intomainfrom
add_dependabot_schedule
Apr 20, 2026
Merged

Chore: [AEA-0000] - add dependabot approve schedule#743
anthony-nhs merged 1 commit intomainfrom
add_dependabot_schedule

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

Add Dependabot schedule to the repository

Copilot AI review requested due to automatic review settings April 20, 2026 14:14
@anthony-nhs anthony-nhs requested a review from a team as a code owner April 20, 2026 14:14
Copy link
Copy Markdown

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

This PR moves Dependabot auto-approval/auto-merge behavior out of the pull request checks workflow and into a new scheduled workflow, while also removing the repository’s workflow CODEOWNERS restriction.

Changes:

  • Removed the reusable dependabot-auto-approve-and-merge job from the PR checks workflow.
  • Added a new scheduled workflow to auto-approve and enable auto-merge for dependency update PRs.
  • Deleted .github/CODEOWNERS, which previously restricted approvals for workflow changes.

Reviewed changes

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

File Description
.github/workflows/pull_request.yml Removes Dependabot auto-approve/merge job from PR checks pipeline.
.github/workflows/auto_approve_dependabot.yml Adds a scheduled workflow that runs an action to auto-approve and enable auto-merge.
.github/CODEOWNERS Removes workflow-approval ownership restrictions.
Comments suppressed due to low confidence (1)

.github/CODEOWNERS:1

  • Deleting the CODEOWNERS rule for .github/workflows/ removes the existing restriction that only the administrators team can approve workflow changes. This weakens controls around GitHub Actions modifications (a common escalation vector). Please keep a CODEOWNERS entry (either restore this file or move the rule to the standard CODEOWNERS location) so workflow changes continue to require the intended owners.

Comment thread .github/workflows/auto_approve_dependabot.yml
Comment thread .github/workflows/auto_approve_dependabot.yml
@sonarqubecloud
Copy link
Copy Markdown

@anthony-nhs anthony-nhs changed the title Docs: [AEA-0000] - add Dependabot schedule Chore: [AEA-0000] - add dependabot approve schedule Apr 20, 2026
@anthony-nhs anthony-nhs merged commit 1843d1e into main Apr 20, 2026
14 checks passed
@anthony-nhs anthony-nhs deleted the add_dependabot_schedule branch April 20, 2026 16:38
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