Renovate CLI
Notes
Renovate is an automated dependency update tool for most popular languages, platforms, and registries including: npm, Java, Python, .NET, Scala, Ruby, Go, Docker and more. Supports over 90 different package managers.
Release notes
v44.79.0
· today
44.79.0 (2026-09-10)
Features
- config: add
inheritConfigTrustedto trust inherited-confighostRules(238e15a) - host-rules: add
allowInternal(09d2da2)
Bug Fixes
- config: surface blocked hosts more clearly when resolving config (acb46bc)
- util/host-rules: resolve
enabledper trust tier (7d3fe44) - util/http: allow blocking requests to internal hosts (29a7b9c)
- workers/repository/init: surface inherited-config validation errors (270a3b7)
Code Refactoring
- host-rules: add an inherited trust tier (7386ea4)
- util/http: add host guard address classifier (0db7cdd)
- util/http: share options preparation between request and stream (2361d04)