silverwind / updates

Flexible npm and poetry dependency update tool
99 stars 8 forks source link

Pin to semver range #68

Open silverwind opened 8 months ago

silverwind commented 8 months ago

With the concept of fully locked dependencies, it would be useful to restrict certain dependencies to only update to given semver range.

export default {
  pin: {
    "typescript": "^5.0.0"
  },
};