Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
45
tools/citrineos-core-main/renovate.json
Normal file
45
tools/citrineos-core-main/renovate.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"timezone": "America/New_York",
|
||||
"schedule": ["after 10pm and before 4am"],
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"labels": ["dependencies"],
|
||||
"prConcurrentLimit": 3,
|
||||
"prHourlyLimit": 1,
|
||||
"dependencyDashboard": true,
|
||||
"branchPrefix": "renovate/",
|
||||
"baseBranchPatterns": ["next"],
|
||||
"commitMessagePrefix": "📦 chore(deps): ",
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true,
|
||||
"schedule": ["at any time"],
|
||||
"prPriority": 10
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Group all non-major dev dependency updates into one weekly PR",
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"matchUpdateTypes": ["patch", "minor"],
|
||||
"groupName": "dev dependencies (non-major)",
|
||||
"schedule": ["on monday"]
|
||||
},
|
||||
{
|
||||
"description": "Group all non-major prod dependency patch updates",
|
||||
"matchDepTypes": ["dependencies"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"groupName": "production dependencies (patch)",
|
||||
"schedule": ["on monday"]
|
||||
},
|
||||
{
|
||||
"description": "Require manual merge approval for major updates",
|
||||
"matchUpdateTypes": ["major"],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
{
|
||||
"description": "Automerge passing patch updates for devDeps",
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user