Skip to content

Enable GitHub Actions Updates in Renovate#382

Merged
harryswift01 merged 1 commit into
mainfrom
381-general-update-enabled-renovate-managers
Jul 21, 2026
Merged

Enable GitHub Actions Updates in Renovate#382
harryswift01 merged 1 commit into
mainfrom
381-general-update-enabled-renovate-managers

Conversation

@harryswift01

Copy link
Copy Markdown
Member

Summary

Updates the custom Renovate configuration to include GitHub Actions dependencies alongside the existing Python dependency management.

Changes

Enable GitHub Actions Manager

  • Added github-actions to the enabledManagers configuration.
  • Retained the existing pep621 manager for Python dependencies.

Impact

  • Allows Renovate to detect and propose updates for actions used in GitHub Actions workflows.
  • Expands automated dependency management beyond Python dependencies without changing any existing Renovate behaviour.

@harryswift01
harryswift01 requested a review from jimboid July 21, 2026 08:32
@harryswift01 harryswift01 self-assigned this Jul 21, 2026
@harryswift01 harryswift01 added the dependencies Pull requests that update a dependency file label Jul 21, 2026
@harryswift01 harryswift01 linked an issue Jul 21, 2026 that may be closed by this pull request

@jimboid jimboid left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

enabledManagers has the effect that when used disables all managers and then whitelists those provided here. This meant that the actions have not been keeping up with updates since dependabot was retired.

@harryswift01
harryswift01 merged commit 62c3d39 into main Jul 21, 2026
42 of 44 checks passed
@harryswift01
harryswift01 deleted the 381-general-update-enabled-renovate-managers branch July 21, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[General]: Update Enabled Renovate Managers in Configuration

2 participants