renovate 43.43.2 → 43.44.0
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/instrumentation/index.js +2 -1
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/logger/utils.js +2 -0
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/endoflife-date/schema.js +1 -1
- package/dist/modules/platform/github/issue.js +1 -1
- package/dist/util/git/index.js +1 -1
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/schema-utils/index.d.ts +1 -1
- package/dist/util/schema-utils/index.js +1 -1
- package/dist/util/timestamp.js +1 -1
- package/package.json +1 -1
- package/renovate-schema.json +2 -2
|
@@ -606,7 +606,7 @@ const options = [
|
|
|
606
606
|
name: "dockerSidecarImage",
|
|
607
607
|
description: "Change this value to override the default Renovate sidecar image.",
|
|
608
608
|
type: "string",
|
|
609
|
-
default: "ghcr.io/renovatebot/base-image:13.
|
|
609
|
+
default: "ghcr.io/renovatebot/base-image:13.14.0",
|
|
610
610
|
globalOnly: true,
|
|
611
611
|
deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
|
|
612
612
|
},
|