Files
KaTeX/renovate.json
ylemkimon 266fcb046c build: move font generation to the main repo (#2837)
* build: move font generation to the main repo

* Update fonts

* chore: remove submodules

* Update paths

* Update fonts.yml

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2021-03-30 03:21:59 +09:00

52 lines
1.6 KiB
JSON

{
"extends": [
"config:base",
":dependencyDashboard",
":automergeMinor",
":prNotPending",
"group:linters"
],
"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": ""
}]
}