renovate 43.139.7 → 43.140.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.
@@ -1,7 +1,7 @@
1
1
  import { createRequire } from "node:module";
2
2
  //#region \0rolldown/runtime.js
3
3
  var __defProp = Object.defineProperty;
4
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
4
+ var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
5
5
  var __exportAll = (all, no_symbols) => {
6
6
  let target = {};
7
7
  for (var name in all) __defProp(target, name, {
@@ -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.36.8",
639
+ default: "ghcr.io/renovatebot/base-image:13.37.0",
640
640
  globalOnly: true,
641
641
  deprecationMsg: "The usage of `binarySource=docker` is deprecated, and will be removed in the future"
642
642
  },
@@ -2375,7 +2375,7 @@ const options = [
2375
2375
  name: "prFooter",
2376
2376
  description: "Text added here will be placed last in the PR body, with a divider separator before it.",
2377
2377
  type: "string",
2378
- default: `This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).`
2378
+ default: `This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).`
2379
2379
  },
2380
2380
  {
2381
2381
  name: "customizeDashboard",