Skip to content

Commit 60f5af7

Browse files
authored
chore(deps): migrates renovate to centralized khepri-deps (#9)
1 parent a8973c0 commit 60f5af7

1 file changed

Lines changed: 1 addition & 49 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,11 @@
11
{
22
"$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,
153
"rangeStrategy": "widen",
16-
"separateMajorMinor": false,
17-
"semanticCommits": "enabled",
18-
"semanticCommitType": "chore",
19-
"semanticCommitScope": "deps",
204
"packageRules": [
215
{
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)",
337
"matchDatasources": ["python-version"],
348
"enabled": false
359
}
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-
}
5810
]
5911
}

0 commit comments

Comments
 (0)