mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
28 lines
700 B
JSON
28 lines
700 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":semanticCommits",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"timezone": "Europe/Vienna",
|
|
"lockFileMaintenance": { "enabled": true },
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"groupName": "non-major dependencies",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"matchUpdateTypes": ["major"],
|
|
"automerge": false
|
|
}
|
|
],
|
|
"platformAutomerge": true,
|
|
"separateMinorPatch": true,
|
|
"vulnerabilityAlerts": { "enabled": true },
|
|
"osvVulnerabilityAlerts": true
|
|
}
|