|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": [ |
4 | | - "config:best-practices", |
5 | | - "abandonments:recommended" |
6 | | - ], |
7 | | - "dependencyDashboard": true, |
8 | | - "minimumReleaseAge": "14 days", |
9 | | - "vulnerabilityAlerts": { |
10 | | - "enabled": true, |
11 | | - "minimumReleaseAge": "0 days" |
12 | | - }, |
13 | | - "osvVulnerabilityAlerts": true, |
14 | | - "prHourlyLimit": 0, |
15 | 3 | "rangeStrategy": "widen", |
16 | | - "separateMajorMinor": false, |
17 | | - "semanticCommits": "enabled", |
18 | | - "semanticCommitType": "chore", |
19 | | - "semanticCommitScope": "deps", |
20 | 4 | "packageRules": [ |
21 | 5 | { |
22 | | - "description": "Group all non-major dependency updates together", |
23 | | - "matchUpdateTypes": ["digest", "patch", "minor"], |
24 | | - "groupName": "all non-major dependencies" |
25 | | - }, |
26 | | - { |
27 | | - "description": "Group all major updates into a single PR", |
28 | | - "matchUpdateTypes": ["major"], |
29 | | - "groupName": "all major dependencies" |
30 | | - }, |
31 | | - { |
32 | | - "description": "Don't pin Python version (managed by hatch-vcs)", |
| 6 | + "description": "Don't pin Python version (managed by .python-version)", |
33 | 7 | "matchDatasources": ["python-version"], |
34 | 8 | "enabled": false |
35 | 9 | } |
36 | | - ], |
37 | | - "logLevelRemap": [ |
38 | | - { |
39 | | - "matchMessage": "/External host error/", |
40 | | - "newLogLevel": "error" |
41 | | - }, |
42 | | - { |
43 | | - "matchMessage": "/rate limit exceeded/i", |
44 | | - "newLogLevel": "error" |
45 | | - }, |
46 | | - { |
47 | | - "matchMessage": "/Bad credentials/", |
48 | | - "newLogLevel": "error" |
49 | | - }, |
50 | | - { |
51 | | - "matchMessage": "/integration is unauthorized/", |
52 | | - "newLogLevel": "error" |
53 | | - }, |
54 | | - { |
55 | | - "matchMessage": "/authentication failure/i", |
56 | | - "newLogLevel": "error" |
57 | | - } |
58 | 10 | ] |
59 | 11 | } |
0 commit comments