Skip to content

35.0.0

Compare
Choose a tag to compare
@renovate-release renovate-release released this 10 Mar 11:31
· 4842 commits to main since this release
2102b70

35.0.0 (2023-03-10)

⚠ BREAKING CHANGES

  • require NodeJS v18.12+ (#20838)
  • config: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
  • Internal checks such as renovate/stability-days will no longer count as passing/green, meaning that actions such as automerge won't
    occur if the only checks are Renovate internal ones. Set internalChecksAsSuccess=true to restore existing behavior.
  • versioning: default versioning is now semver-coerced, instead of semver.
  • datasource/github-releases: Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest
    will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the
    github-release-attachments datasource.
  • versioning: bump short ranges to version (#20494)
  • config: containerbase/ account used for sidecar containers instead of renovate/
  • go: Renovate will now use go's default GOPROXY settings. To avoid using the public proxy, configure GOPROXY=direct.
  • datasource/npm: Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior.
  • config: Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to 0.
  • config: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
  • config: PyPI releases will no longer be filtered by default based on constraints.python compatibility. To retain existing functionality, set
    constraintsFiltering=strict.

Features

Bug Fixes

Code Refactoring

  • datasource: prefer packageName over depName in datasource (#20221) (d53d39b)
  • datasource: use packageName and not depName for datasource lookups (#20474) (b17bcf2)

Miscellaneous Chores