github mend/renovate-ce-ee 1.4.0

latest releases: mend-renovate-enterprise-edition-1.2.0, mend-renovate-ce-7.2.0, 7.1.0...
2 years ago

This release updates Renovate OSS to from v24.79.1 to v25.26.3.

Breaking Changes

Please take note of all breaking changes in v25.0.0. Notably:

.npmrc authentication

Renovate will no longer read from /home/ubuntu.npmrc. Instead, configure npmrc within config, or add credentials using hostRules. You may find the new hostRules using environment variables feature convenient for this. In general it can be good to re-read Private module authentication as it has been re-written.

Docker major updates enabled by default

Previously, major docker updates were disabled by default, but they are now enabled. This will lead to some new PRs in some projects using Docker images.

Branch name changes for selected managers/dasources

additionalBranchReset is now an empty string for docker/helm/buildkite/cargo/homebrew, which previously had it non-empty. This will result in branch name changes for any such PRs.

trustLevel deprecated

trustLevel is no longer supported and instead broken into allowCustomCrateRegistries , allowScripts , and exposeAllEnv.

Other fixes

  • Renovate's webhook handler now reacts to commits to both master and main branches.
  • Updated third party package managers

Don't miss a new renovate-ce-ee release

NewReleases is sending notifications on new releases.