diff options
author | Michael Kriese <[email protected]> | 2024-12-22 14:43:15 +0100 |
---|---|---|
committer | Michael Kriese <[email protected]> | 2024-12-22 14:43:15 +0100 |
commit | 79522dc6f3b62fdaf07ce89f3859a49e2e991009 (patch) | |
tree | ed88ba3604a8274922dbcbc929d86e05f7776c6e | |
parent | 54e718e671e4e6e358ac982710716b89ad345759 (diff) | |
download | renovate-79522dc6f3b62fdaf07ce89f3859a49e2e991009.tar.gz renovate-79522dc6f3b62fdaf07ce89f3859a49e2e991009.zip |
feat(datasource/github-runners): add windows 2025feat/github-runner-windows-2025
-rw-r--r-- | lib/modules/datasource/github-runners/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index 2fe484344c6..08a42b3f92c 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -39,6 +39,7 @@ export class GithubRunnersDatasource extends Datasource { { version: '10.15', isDeprecated: true }, ], windows: [ + { version: '2025', isStable: false }, { version: '2022' }, { version: '2019' }, { version: '2016', isDeprecated: true }, |