mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-09 03:29:07 +08:00
ci: remove ubuntu 18.04 image (#980)
* ci: remove Ubuntu 18.04 runner Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -13,12 +13,11 @@
|
||||
{
|
||||
// use https://github.com/actions/runner/releases
|
||||
"fileMatch": [
|
||||
".github/workflows/ubuntu-18-04-runners.yml",
|
||||
".github/workflows/ubuntu-20-04-runners.yml"
|
||||
".github/workflows/runners.yml"
|
||||
],
|
||||
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
|
||||
"depNameTemplate": "actions/runner",
|
||||
"datasourceTemplate": "github-releases"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user