Skip to content

Commit

Permalink
Chore: create auto pr for major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jul 15, 2021
1 parent e20404d commit d2583a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major"],
"semanticCommitType": "Breaking"
"labels": ["dependencies", "breaking"],
"automerge": false
},
{
"matchDepTypes": [ "dependencies", "require" ],
"rangeStrategy": "pin",
Expand Down

0 comments on commit d2583a6

Please sign in to comment.