renovate 42.68.0 → 42.68.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/modules/manager/fingerprint.generated.js +10 -10
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/util/exec/common.js +4 -4
- package/dist/util/exec/common.js.map +1 -1
- package/dist/util/exec/index.js +21 -18
- package/dist/util/exec/index.js.map +1 -1
- package/dist/util/exec/types.d.ts +2 -2
- package/dist/util/exec/types.js.map +1 -1
- package/package.json +3 -2
- package/renovate-schema.json +3 -3
|
@@ -565,7 +565,7 @@ const options = [
|
|
|
565
565
|
name: 'dockerSidecarImage',
|
|
566
566
|
description: 'Change this value to override the default Renovate sidecar image.',
|
|
567
567
|
type: 'string',
|
|
568
|
-
default: 'ghcr.io/containerbase/sidecar:13.25.
|
|
568
|
+
default: 'ghcr.io/containerbase/sidecar:13.25.19',
|
|
569
569
|
globalOnly: true,
|
|
570
570
|
},
|
|
571
571
|
{
|