FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.39k stars 1.32k forks source link

Add an increase to version strategy so Dependabot always bumps the `package.json` #2595

Closed maschad closed 1 week ago

maschad commented 1 week ago

In order for Dependabot to always increase the version number in package.json when updating, we can update the versioning-strategy so that it always increases the minimum version requirement to match the new version. If a range already exists, typically this only increases the lower bound.

Related to https://github.com/FuelLabs/fuels-ts/pull/2590#discussion_r1650193370