renovate/lib/modules/datasource/github-runners
2023-11-07 15:50:29 +00:00
..
index.spec.ts feat(github-actions): support GitHub actions runners (#23633) 2023-08-08 19:59:41 +00:00
index.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
readme.md feat(github-actions): support GitHub actions runners (#23633) 2023-08-08 19:59:41 +00:00

This datasource returns a list of all stable runners that are hosted by GitHub. This datasource ignores beta releases. The datasource is based on GitHub's runner-images repository.

Examples: windows-2019 / ubuntu-22.04 / macos-13

Maintenance

New stable runner versions must be added to the datasource with a pull request. Unstable runners are tagged as [beta] in the readme of the runner-images repository. Once a runner version becomes stable, the [beta] tag is removed and the suffix latest is added to its YAML label.