ci: separate ubuntu versions out in ci (#969)

* ci: separate ubuntu versions out in ci
This commit is contained in:
Callum Tait
2021-11-30 14:09:33 +00:00
committed by GitHub
parent 47a17754fd
commit 031b1848e0
7 changed files with 170 additions and 126 deletions

View File

@@ -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"