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"],