mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
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:
@@ -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"],
|
||||||
|
Reference in New Issue
Block a user