Skip to content

chore: add Dependabot config to keep GitHub Actions updated#5

Merged
jehiah merged 1 commit into
mainfrom
chore/dependabot-github-actions
Jun 15, 2026
Merged

chore: add Dependabot config to keep GitHub Actions updated#5
jehiah merged 1 commit into
mainfrom
chore/dependabot-github-actions

Conversation

@jehiah

@jehiah jehiah commented Jun 15, 2026

Copy link
Copy Markdown
Member

Summary

Adds a Dependabot configuration that keeps the GitHub Actions used in this repo's workflows up to date.

Details

  • Creates .github/dependabot.yml with the github-actions package ecosystem.
  • Scans the workflows in /.github/workflows/ (npm_release.yaml, pull_requests.yaml, update_client.yaml).
  • Checks for action version updates on a weekly schedule and opens PRs automatically when updates are available.

Testing

No code changes; this is CI/maintenance configuration. Dependabot will validate and act on the config once merged.


Created with Bitly Shipyard

@jehiah jehiah requested a review from Copilot June 15, 2026 19:06
@jehiah jehiah self-assigned this Jun 15, 2026
@jehiah jehiah requested review from a team, DinsmoreDesign and colinhemphill June 15, 2026 19:07

Copilot AI left a comment

Copy link
Copy Markdown

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 Dependabot configuration to automatically keep GitHub Actions referenced by this repository’s workflows up to date, supporting ongoing CI maintenance with minimal manual effort.

Changes:

  • Adds a .github/dependabot.yml configuration using the github-actions ecosystem.
  • Configures weekly checks for action updates from the repository root (covering .github/workflows/*).

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

@jehiah jehiah merged commit a4b4a4c into main Jun 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants