From 8a074418673ace5e416f72bed5a836920feb10ce Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Wed, 7 Apr 2021 19:11:31 +0900 Subject: [PATCH] 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) --- renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 7edf20a7..b7aebca6 100644 --- a/renovate.json +++ b/renovate.json @@ -14,12 +14,6 @@ }, "ignorePaths": ["dockers/texcmp/"], "regexManagers": [ - { - "fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"], - "matchStrings": ["uses: (?.*?)@(?.*?)\\s"], - "datasourceTemplate": "github-tags", - "versioningTemplate": "regex:^v(?\\d+)$" - }, { "fileMatch": [ "^\\.github/workflows/screenshotter\\.yml$", @@ -28,7 +22,7 @@ "matchStrings": ["[-\"](?[a-z]+):(?[\\d.\\-]+)[\"\\s]"], "datasourceTemplate": "docker", "depNameTemplate": "selenium/standalone-{{browserTag}}", - "versioningTemplate": "regex:^3\\.141\\.59-(?\\d+)$" + "versioningTemplate": "regex:^3\\.141\\.59-(?\\d+)$" }, { "fileMatch": ["^\\.flowconfig$"], "matchStrings": ["\\[version\\]\\s*(?.*?)\\s"],