Skip to content

Commit

Permalink
chore(internal): update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 26, 2021
1 parent 8884a2b commit eb9792d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@
"@babel/plugin-transform-modules-commonjs",
"@babel/preset-env"
]
},
{
// changing peerDependencies *at all* is a breaking change
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
// changing engines forces other people to need to upgrade their minimum node
// therefor engine changes are breaking changes
"depTypeList": ["engines"],
"enabled": false
}
]
}

0 comments on commit eb9792d

Please sign in to comment.