First, read the Renovate minimal reproduction instructions.
export LOG_LEVEL=debug
export RENOVATE_TOKEN=ghp_....
npx renovate --autodiscover=true --autodiscover-filter='splincode/renovate-reproductions'
Renovate nothing to update
I expect bumped minimal range version
{
// ...
"peerDependencies": {
// ...
"@maskito/angular": ">=3.1.0 <4",
"@maskito/core": ">=3.1.0 <4",
"@maskito/kit": ">=3.1.0 <4",
"@maskito/phone": ">=3.1.0 <4",
"@ng-web-apis/common": ">=4.9.0 <5",
"@ng-web-apis/intersection-observer": ">=4.9.0 <5",
"@ng-web-apis/mutation-observer": ">=4.9.0 <5",
"@ng-web-apis/resize-observer": ">=4.9.0 <5"
}
}
Explain the expected behavior here.