renovate 43.218.0 → 43.220.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.
@@ -368,6 +368,19 @@ const options = [
368
368
  minimumReleaseAge: "renovate/stability-days"
369
369
  }
370
370
  },
371
+ {
372
+ name: "statusCheckWhen",
373
+ description: "Control when each Renovate status check is set on branches. Keys match `statusCheckNames`.",
374
+ type: "object",
375
+ mergeable: true,
376
+ advancedUse: true,
377
+ default: {
378
+ artifactError: "failed",
379
+ configValidation: "always",
380
+ mergeConfidence: "always",
381
+ minimumReleaseAge: "always"
382
+ }
383
+ },
371
384
  {
372
385
  name: "extends",
373
386
  description: "Configuration presets to use or extend.",
@@ -642,7 +655,7 @@ const options = [
642
655
  name: "dockerSidecarImage",
643
656
  description: "Change this value to override the default Renovate sidecar image.",
644
657
  type: "string",
645
- default: "ghcr.io/renovatebot/base-image:13.57.1",
658
+ default: "ghcr.io/renovatebot/base-image:13.58.0",
646
659
  globalOnly: true,
647
660
  deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
648
661
  },