github-actions

Automated Dependency Updates for Github Actions

Renovate supports updating Github Actions dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

^\.github/main.workflow$
^\.github/workflows/[^/]+\.ya?ml$

For details on how to extend a manager's fileMatch value, please follow this link.