forked from mason-org/mason-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json5
More file actions
29 lines (29 loc) · 734 Bytes
/
renovate.json5
File metadata and controls
29 lines (29 loc) · 734 Bytes
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
{
extends: ["github>mason-org/registry-renovate-config"],
packageRules: [
{
matchDepNames: ["cucumber-language-server"],
allowedVersions: "!/^1\\.[34]\\.0/"
},
{
matchDepNames: ["rustfmt"],
allowedVersions: "<=1.5.1"
},
{
matchDepNames: ["tectonic"],
allowedVersions: "^tectonic%40"
},
{
matchDepNames: ["ansible-language-server"],
allowedVersions: "!/1\\.2\\.2/"
},
{
matchDepNames: ["autotools-language-server"],
allowedVersions: "!/0\\.0\\.19/"
}
],
"ignoreDeps": [
"rescript-lsp",
"cuepls"
]
}