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.
2 parents b240dea + 2b1f6a9 commit c7b4190Copy full SHA for c7b4190
renovate.json
@@ -7,6 +7,17 @@
7
],
8
"commitMessagePrefix": "fix(package.json): ",
9
"packageRules": [
10
+ {
11
+ "depTypeList": ["dependencies"],
12
+ "updateTypes": ["major"],
13
+ "commitMessagePrefix": "BREAKING CHANGE: "
14
+ },
15
16
17
+ "updateTypes": ["minor"],
18
+ "commitMessagePrefix": "feat(package.json): ",
19
+ "automerge": true
20
21
{
22
"updateTypes": ["patch"],
23
0 commit comments