Update major.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -2,17 +2,9 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"major": {
|
"major": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"dependencyDashboardApproval: true,
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any paths or patterns to ignore specific minor updates, if necessary
|
// Add any paths or patterns to ignore specific minor updates, if necessary
|
||||||
],
|
],
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
|
|
||||||
"excludePackagePatterns": ["*"],
|
|
||||||
"enabled": false,
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
dependencyDashboardApproval: true,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user