Skip to content

Commit

Permalink
Remove auto-merge component from renovate config (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Nov 28, 2022
1 parent 469ba55 commit aeb4982
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"ignoreDeps": ["execa", "@types/vscode"],
"extends": ["config:base"],
"packageRules": [
{
"description": "Automatically merge non-major updates",
"automerge": true,
"automergeType": "branch",
"excludePackageNames": ["vsce"],
"matchDatasources": ["npm"],
"matchUpdateTypes": ["minor", "patch", "digest", "pin"]
},
{
"internalChecksFilter": "strict",
"matchDatasources": ["npm"],
Expand Down

0 comments on commit aeb4982

Please sign in to comment.