mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* ci: run screenshotter in container Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard",
|
|
":automergeMinor",
|
|
":prNotPending",
|
|
"group:linters"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": ["at any time"],
|
|
"stabilityDays": 0,
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"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/screenshotter\\.yml$",
|
|
"^dockers/screenshotter/screenshotter\\.sh$"
|
|
],
|
|
"matchStrings": ["[-\"](?<browserTag>[a-z]+):(?<currentValue>[\\d.\\-]+)[\"\\s]"],
|
|
"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",
|
|
"commitMessageSuffix": "[skip netlify]",
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"packageRules": [{
|
|
"paths": ["website/**"],
|
|
"commitMessageSuffix": ""
|
|
}]
|
|
}
|