diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 56cb6997..64fb1585 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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 } ] }