mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-11 13:18:48 +08:00
ci: separate ubuntu versions out in ci (#969)
* ci: separate ubuntu versions out in ci
This commit is contained in:
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -12,7 +12,10 @@
|
||||
"regexManagers": [
|
||||
{
|
||||
// use https://github.com/actions/runner/releases
|
||||
"fileMatch": [".github/workflows/build-and-release-runners.yml"],
|
||||
"fileMatch": [
|
||||
".github/workflows/ubuntu-18-04-runners.yml",
|
||||
".github/workflows/ubuntu-20-04-runners.yml"
|
||||
],
|
||||
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
|
||||
"depNameTemplate": "actions/runner",
|
||||
"datasourceTemplate": "github-releases"
|
||||
|
||||
Reference in New Issue
Block a user