renovate 43.143.1 → 43.143.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.
@@ -636,7 +636,7 @@ const options = [
636
636
  name: "dockerSidecarImage",
637
637
  description: "Change this value to override the default Renovate sidecar image.",
638
638
  type: "string",
639
- default: "ghcr.io/renovatebot/base-image:13.38.3",
639
+ default: "ghcr.io/renovatebot/base-image:13.38.4",
640
640
  globalOnly: true,
641
641
  deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
642
642
  },
@@ -3045,7 +3045,8 @@ const options = [
3045
3045
  "pr"
3046
3046
  ],
3047
3047
  default: "pr",
3048
- cli: false
3048
+ cli: false,
3049
+ parents: [".", "packageRules"]
3049
3050
  },
3050
3051
  {
3051
3052
  name: "cloneSubmodules",