Skip to content

Commit fb427b0

Browse files
authored
Update renovate.json (#299)
1 parent 29efde6 commit fb427b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"semanticCommitType": "feat"
2323
},
2424
{
25+
"description": "Do not allow major version updates - these should be done manually to ensure no breaking changes",
2526
"matchManagers": ["regex"],
2627
"matchUpdateTypes": ["major"],
27-
"semanticCommitType": "feat",
28-
"prFooter" : "BREAKING CHANGE: dependency major version update"
28+
"enabled": false
2929
}
3030
]
3131
}

0 commit comments

Comments
 (0)