44.60.0

renovatebot/renovate44.60.0Sep 3, 2026by github-actions[bot]

AI Summary

This version introduces a new configuration option to limit security updates and fixes a caching issue in the Go datasource where null values were stored incorrectly. It also adds tests to cover the Go proxy error fallback behavior.

Key Highlights

  • Feature: Configure limiting security updates
  • Bug fix: Go datasource caching of null values
  • Tests: Cover Go proxy error fallback behavior

New Features

  • Configure limiting security updates

Full Release Notes

## [44.60.0](https://github.com/renovatebot/renovate/compare/44.59.3...44.60.0) (2026-09-03)

### Features

* configure limiting security updates ([#45574](https://github.com/renovatebot/renovate/issues/45574)) ([3b699b3](https://github.com/renovatebot/renovate/commit/3b699b3698232b47883bb9d9712ace39c54ceeee))

### Bug Fixes

* **datasource/go:** don't cache `null` on non-404/410 goproxy errors ([#45638](https://github.com/renovatebot/renovate/issues/45638)) ([dac1985](https://github.com/renovatebot/renovate/commit/dac1985b9674cd99f197a681a31c16c6d5e8aa2c))

### Tests

* **datasource/go:** cover Go Proxy error fallback behaviour ([#45637](https://github.com/renovatebot/renovate/issues/45637)) ([3bc8419](https://github.com/renovatebot/renovate/commit/3bc84198b48a66dc8002326c050811c518658e1e))