|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": ["github>ansible/actions//config/renovate.json"] |
| 3 | + "extends": ["github>ansible/actions//config/renovate.json"], |
| 4 | + "packageRules": [ |
| 5 | + { |
| 6 | + "allowedVersions": "<2.17", |
| 7 | + "description": "Platform compatibility constraint", |
| 8 | + "matchPackageNames": ["ansible-core"] |
| 9 | + }, |
| 10 | + { |
| 11 | + "allowedVersions": "<1.16", |
| 12 | + "description": "Platform compatibility constraint", |
| 13 | + "matchPackageNames": ["cffi"] |
| 14 | + }, |
| 15 | + { |
| 16 | + "allowedVersions": "<4.3", |
| 17 | + "description": "Platform compatibility constraint", |
| 18 | + "matchPackageNames": ["django"] |
| 19 | + }, |
| 20 | + { |
| 21 | + "allowedVersions": "<6.1", |
| 22 | + "description": "Platform compatibility constraint", |
| 23 | + "matchPackageNames": ["importlib-metadata"] |
| 24 | + }, |
| 25 | + { |
| 26 | + "allowedVersions": "<4.22", |
| 27 | + "description": "Platform compatibility constraint", |
| 28 | + "matchPackageNames": ["jsonschema"] |
| 29 | + }, |
| 30 | + { |
| 31 | + "allowedVersions": "<25.0", |
| 32 | + "description": "Platform compatibility constraint", |
| 33 | + "matchPackageNames": ["packaging"] |
| 34 | + }, |
| 35 | + { |
| 36 | + "allowedVersions": "<6.0.2", |
| 37 | + "description": "Platform compatibility constraint", |
| 38 | + "matchPackageNames": ["pyyaml"] |
| 39 | + }, |
| 40 | + { |
| 41 | + "allowedVersions": "<0.5.3", |
| 42 | + "description": "Platform compatibility constraint", |
| 43 | + "matchPackageNames": ["python-gnupg"] |
| 44 | + }, |
| 45 | + { |
| 46 | + "allowedVersions": "<65.6", |
| 47 | + "description": "Platform compatibility constraint", |
| 48 | + "matchPackageNames": ["setuptools"] |
| 49 | + } |
| 50 | + ] |
4 | 51 | } |
0 commit comments