We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29efde6 commit fb427b0Copy full SHA for fb427b0
renovate.json
@@ -22,10 +22,10 @@
22
"semanticCommitType": "feat"
23
},
24
{
25
+ "description": "Do not allow major version updates - these should be done manually to ensure no breaking changes",
26
"matchManagers": ["regex"],
27
"matchUpdateTypes": ["major"],
- "semanticCommitType": "feat",
28
- "prFooter" : "BREAKING CHANGE: dependency major version update"
+ "enabled": false
29
}
30
]
31
0 commit comments