-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathrenovate.json
More file actions
56 lines (56 loc) · 1.58 KB
/
Copy pathrenovate.json
File metadata and controls
56 lines (56 loc) · 1.58 KB
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
46
47
48
49
50
51
52
53
54
55
56
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ansible/actions//config/renovate.json"],
"packageRules": [
{
"matchPackageNames": ["ansible-core"],
"allowedVersions": "<2.17",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["cffi"],
"allowedVersions": "<1.16",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["cryptography"],
"allowedVersions": "<38",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["django"],
"allowedVersions": "<6.0",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["importlib-metadata"],
"allowedVersions": "<6.1",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["jsonschema"],
"allowedVersions": "<4.22",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["packaging"],
"allowedVersions": "<25.0",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["pyyaml"],
"allowedVersions": "<6.0.2",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["python-gnupg"],
"allowedVersions": "<0.5.3",
"description": "Platform compatibility constraint"
},
{
"matchPackageNames": ["setuptools"],
"allowedVersions": "<65.6",
"description": "Platform compatibility constraint"
}
]
}