Closed jkowalleck closed 1 week ago
this project has severaldependencies pinned to exact versions, some are unpinned. the version of yarn is also pinned - https://github.com/CycloneDX/cyclonedx-node-yarn/blob/61397bb10c0bc798d9480551628d38a6d0c1d52d/package.json#L150
some of our dependencies require s specific versions of yarn - for compat-patches andso.
when these dependencies are bumped, we might need to bump yarn, too.
we have dependabot in place, which bumps dependencies automatically okay-ish. Unfortunately, this tool does not upgrade the version of yarn.
lets find an automated solution for that.
renovatebot seams to have this veature implemented:
will try it out
renovate is working as expected
this project has severaldependencies pinned to exact versions, some are unpinned. the version of yarn is also pinned - https://github.com/CycloneDX/cyclonedx-node-yarn/blob/61397bb10c0bc798d9480551628d38a6d0c1d52d/package.json#L150
some of our dependencies require s specific versions of yarn - for compat-patches andso.
when these dependencies are bumped, we might need to bump yarn, too.
we have dependabot in place, which bumps dependencies automatically okay-ish. Unfortunately, this tool does not upgrade the version of yarn.
lets find an automated solution for that.