diff options
-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 }, |