44.14.7

renovatebot/renovate44.14.7Aug 7, 2026by github-actions[bot]

AI Summary

This release includes critical quoting fixes for various package manager commands and introduces a new linting rule.

Key Highlights

  • Fixed quoting in Docker, Deno, Go, Gradle, Maven, Mix, Nix, and NPM manager commands
  • Added `no-unquoted-exec-interpolation` linting rule
  • Generated the list of templatable fields

Full Release Notes

## [44.14.7](https://github.com/renovatebot/renovate/compare/44.14.6...44.14.7) (2026-08-07)

### Bug Fixes

* **exec/docker:** single-quote the sidecar `bash` command ([b017c75](https://github.com/renovatebot/renovate/commit/b017c7548ad6cfde7fca9b36f4525999c5845155))
* **manager/deno:** quote allow-import host list in install command ([3793e3b](https://github.com/renovatebot/renovate/commit/3793e3bab97108a7c2309aa23980ae8635fc5815))
* **manager/gomod:** quote module path in import path update command ([c9cec1a](https://github.com/renovatebot/renovate/commit/c9cec1affb5938b99ed8cf5790c7b9f326b7aeb7))
* **manager/gradle-wrapper:** quote distribution URL in wrapper command ([b3f7846](https://github.com/renovatebot/renovate/commit/b3f7846c1609d9af420e5ef6647ce0d744947e0c))
* **manager/maven-wrapper:** quote distribution type in wrapper command ([7279744](https://github.com/renovatebot/renovate/commit/7279744cd6cc8ab96471a5abc75fb176c6257d6c))
* **manager/mix:** quote hex organization and token in auth command ([ff3e99e](https://github.com/renovatebot/renovate/commit/ff3e99ef53e057f83db4b2423eaf981011ae47ef))
* **manager/nix:** quote GitHub token in flake update command ([521d325](https://github.com/renovatebot/renovate/commit/521d325afdd1a3ca3e5385d85bb6b9715dd26cea))
* **manager/npm:** quote package spec in corepack command ([6d2fa81](https://github.com/renovatebot/renovate/commit/6d2fa815b72278f7547b0ff943cccf6788705424))

### Miscellaneous Chores

* add `no-unquoted-exec-interpolation` linting rule ([e510b9a](https://github.com/renovatebot/renovate/commit/e510b9a64d4eaccaa376c6306d42e2c0c5a6f5fd))

### Code Refactoring

* generate the list of templatable fields ([df7a014](https://github.com/renovatebot/renovate/commit/df7a014c91958d029e0002bd383df8574af96d11))