renovate 43.255.0 → 43.255.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/options/index.js +1 -1
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/presets/forgejo/index.js +1 -1
- package/dist/config/presets/forgejo/index.js.map +1 -1
- package/dist/config/presets/gitea/index.js +1 -1
- package/dist/config/presets/gitea/index.js.map +1 -1
- package/dist/config/presets/gitlab/index.js +1 -1
- package/dist/config/presets/gitlab/index.js.map +1 -1
- package/dist/global-config-option-defaults.generated.js +1 -1
- package/dist/global-config-option-defaults.generated.js.map +1 -1
- package/dist/modules/datasource/repology/index.js +2 -2
- package/dist/modules/datasource/repology/index.js.map +1 -1
- package/dist/modules/manager/fingerprint.generated.js +7 -7
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/util/http/cache/package-http-cache-provider.js +4 -3
- package/dist/util/http/cache/package-http-cache-provider.js.map +1 -1
- package/dist/util/http/gerrit.js +1 -1
- package/dist/util/http/gerrit.js.map +1 -1
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/http.d.ts +1 -1
- package/dist/util/http/http.js +1 -1
- package/dist/util/http/http.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/github/index.js.map +1 -1
- package/package.json +1 -1
- package/renovate-schema.json +2 -2
|
@@ -655,7 +655,7 @@ const options = [
|
|
|
655
655
|
name: "dockerSidecarImage",
|
|
656
656
|
description: "Change this value to override the default Renovate sidecar image.",
|
|
657
657
|
type: "string",
|
|
658
|
-
default: "ghcr.io/renovatebot/base-image:13.71.
|
|
658
|
+
default: "ghcr.io/renovatebot/base-image:13.71.6",
|
|
659
659
|
globalOnly: true,
|
|
660
660
|
deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
|
|
661
661
|
},
|