forked from KaTeX/KaTeX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
45 lines (45 loc) · 1.35 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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/screenshotter\\.yml$",
"^dockers/screenshotter/screenshotter\\.sh$"
],
"matchStrings": ["[-\"](?<browserTag>[a-z]+):(?<currentValue>[\\d.\\-]+)[\"\\s]"],
"datasourceTemplate": "docker",
"depNameTemplate": "selenium/standalone-{{browserTag}}",
"versioningTemplate": "regex:^3\\.141\\.59-(?<major>\\d+)$"
}, {
"fileMatch": ["^\\.flowconfig$"],
"matchStrings": ["\\[version\\]\\s*(?<currentValue>.*?)\\s"],
"datasourceTemplate": "npm",
"depNameTemplate": "flow-bin"
}, {
"fileMatch": ["^\\.yarn/sdks/[^/]+/package\\.json$"],
"matchStrings": ["\"name\": \"(?<depName>.*?)\",\\s*\"version\": \"(?<currentValue>.*?)-sdk\""],
"datasourceTemplate": "npm"
}
],
"stabilityDays": 3,
"rangeStrategy": "update-lockfile",
"commitMessageSuffix": "[skip netlify]",
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [{
"paths": ["website/**"],
"commitMessageSuffix": ""
}]
}