aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Kriese <[email protected]>2024-12-22 14:43:15 +0100
committerMichael Kriese <[email protected]>2024-12-22 14:43:15 +0100
commit79522dc6f3b62fdaf07ce89f3859a49e2e991009 (patch)
treeed88ba3604a8274922dbcbc929d86e05f7776c6e
parent54e718e671e4e6e358ac982710716b89ad345759 (diff)
downloadrenovate-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.ts1
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 },