From 79522dc6f3b62fdaf07ce89f3859a49e2e991009 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Sun, 22 Dec 2024 14:43:15 +0100 Subject: feat(datasource/github-runners): add windows 2025 --- lib/modules/datasource/github-runners/index.ts | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit v1.2.3