renovate 44.42.2 → 44.43.1
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/internal/helpers.preset.js +2 -2
- package/dist/config/presets/internal/helpers.preset.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/manager/fingerprint.generated.js +1 -1
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/github-actions/artifacts.js +5 -1
- package/dist/modules/manager/github-actions/artifacts.js.map +1 -1
- package/dist/modules/manager/github-actions/dep-types.js +4 -0
- package/dist/modules/manager/github-actions/dep-types.js.map +1 -1
- package/dist/modules/manager/github-actions/extract.js +6 -3
- package/dist/modules/manager/github-actions/extract.js.map +1 -1
- package/package.json +1 -1
- package/renovate-schema.json +2 -2
|
@@ -666,7 +666,7 @@ const options = [
|
|
|
666
666
|
name: "dockerSidecarImage",
|
|
667
667
|
description: "Change this value to override the default Renovate sidecar image.",
|
|
668
668
|
type: "string",
|
|
669
|
-
default: "ghcr.io/renovatebot/base-image:13.89.
|
|
669
|
+
default: "ghcr.io/renovatebot/base-image:13.89.4",
|
|
670
670
|
globalOnly: true,
|
|
671
671
|
deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
|
|
672
672
|
},
|