Skip to content

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

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

Chore: [AEA-0000] - add dependabot approve schedule#102
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:21
Copy link
Copy Markdown
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 a standalone scheduled workflow to auto-approve/enable auto-merge for dependency update PRs, and removes the prior Dependabot auto-approve/merge job from the PR workflow.

Changes:

  • Removed the dependabot-auto-approve-and-merge reusable-workflow job from the pull_request workflow.
  • Added a new scheduled workflow (auto_approve_dependabot.yml) that runs on a cron and can be manually dispatched.
  • Minor YAML formatting cleanup in pull_request.yml (whitespace/indentation).

Reviewed changes

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

File Description
.github/workflows/pull_request.yml Removes the Dependabot auto-approve/merge job previously tied to PR CI; small formatting fixes.
.github/workflows/auto_approve_dependabot.yml Introduces a scheduled workflow intended to auto-approve and enable auto-merge for dependency updates.

Comment thread .github/workflows/pull_request.yml
Comment on lines +1 to +5
name: Auto-approve dependency updates

on:
workflow_dispatch:
schedule:
Comment thread .github/workflows/auto_approve_dependabot.yml
Comment thread .github/workflows/auto_approve_dependabot.yml
@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 445e7d2 into main Apr 20, 2026
117 of 120 checks passed
@anthony-nhs anthony-nhs deleted the add_dependabot_schedule branch April 20, 2026 16:35
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