chore: update Renovate configuration (#2846)

- remove GitHub Actions regex (it's now supported out of the box)
- change browser Docker versioning to major to prevent auto-merge (the new image is not used in the workflow, so the screenshots should be tested and updated manually)
This commit is contained in:
ylemkimon
2021-04-07 19:11:31 +09:00
committed by GitHub
parent 384ba3caca
commit 8a07441867

View File

@@ -14,12 +14,6 @@
}, },
"ignorePaths": ["dockers/texcmp/"], "ignorePaths": ["dockers/texcmp/"],
"regexManagers": [ "regexManagers": [
{
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["uses: (?<depName>.*?)@(?<currentValue>.*?)\\s"],
"datasourceTemplate": "github-tags",
"versioningTemplate": "regex:^v(?<major>\\d+)$"
},
{ {
"fileMatch": [ "fileMatch": [
"^\\.github/workflows/screenshotter\\.yml$", "^\\.github/workflows/screenshotter\\.yml$",
@@ -28,7 +22,7 @@
"matchStrings": ["[-\"](?<browserTag>[a-z]+):(?<currentValue>[\\d.\\-]+)[\"\\s]"], "matchStrings": ["[-\"](?<browserTag>[a-z]+):(?<currentValue>[\\d.\\-]+)[\"\\s]"],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"depNameTemplate": "selenium/standalone-{{browserTag}}", "depNameTemplate": "selenium/standalone-{{browserTag}}",
"versioningTemplate": "regex:^3\\.141\\.59-(?<patch>\\d+)$" "versioningTemplate": "regex:^3\\.141\\.59-(?<major>\\d+)$"
}, { }, {
"fileMatch": ["^\\.flowconfig$"], "fileMatch": ["^\\.flowconfig$"],
"matchStrings": ["\\[version\\]\\s*(?<currentValue>.*?)\\s"], "matchStrings": ["\\[version\\]\\s*(?<currentValue>.*?)\\s"],