mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
ci(renovate): update screenshotter browser, .flowconfig, editor SDKs, and Actions (#2516)
* ci(renovate): update screenshotter browser image * ci(renovate): update .flowconfig and Yarn editor SDKs * ci(renovate): remove unnecessary option * ci(renovate): do not skip netlify for website updates * ci(renovate): update GitHub Actions in workflows * ci(renovate): fix skip netlify
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
"group:linters"
|
||||
],
|
||||
"git-submodules": {
|
||||
"enabled": true,
|
||||
"automerge": false
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
@@ -16,13 +15,40 @@
|
||||
"stabilityDays": 0,
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"includePaths": [
|
||||
"package.json",
|
||||
"website/package.json",
|
||||
".gitmodules"
|
||||
"ignorePaths": ["dockers/texcmp/"],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
|
||||
"matchStrings": ["uses: (?<depName>.*?)@(?<currentValue>.*?)\\s"],
|
||||
"datasourceTemplate": "github-tags",
|
||||
"versioningTemplate": "regex:^v(?<major>\\d+)$"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"^\\.github/workflows/ci\\.yml$",
|
||||
"^dockers/screenshotter/screenshotter\\.sh$"
|
||||
],
|
||||
"matchStrings": ["\"(?<browserTag>[a-z]*):(?<currentValue>[\\d.\\-]*)\""],
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "selenium/standalone-{{browserTag}}",
|
||||
"versioningTemplate": "regex:^3\\.141\\.59-(?<patch>\\d+)$"
|
||||
}, {
|
||||
"fileMatch": ["^\\.flowconfig$"],
|
||||
"matchStrings": ["\\[version\\]\\s*(?<currentValue>.*?)\\s"],
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "flow-bin"
|
||||
}, {
|
||||
"fileMatch": ["^\\.yarn/sdks/[^/]+/package\\.json$"],
|
||||
"matchStrings": ["\"name\": \"(?<depName>.*?)\",\\s*\"version\": \"(?<currentValue>.*?)-pnpify\""],
|
||||
"datasourceTemplate": "npm"
|
||||
}
|
||||
],
|
||||
"stabilityDays": 3,
|
||||
"rangeStrategy": "update-lockfile",
|
||||
"commitBody": "[skip netlify]",
|
||||
"postUpdateOptions": ["yarnDedupeHighest"]
|
||||
"commitMessageSuffix": "[skip netlify]",
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"packageRules": [{
|
||||
"paths": ["website/**"],
|
||||
"commitMessageSuffix": ""
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user