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.
- package/dist/_virtual/_rolldown/runtime.js +1 -1
- package/dist/config/options/index.js +2 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/validation.js +6 -0
- package/dist/config/validation.js.map +1 -1
- package/dist/modules/manager/github-actions/community.js +97 -156
- package/dist/modules/manager/github-actions/community.js.map +1 -1
- package/dist/modules/platform/azure/azure-helper.js +4 -1
- package/dist/modules/platform/azure/azure-helper.js.map +1 -1
- package/dist/modules/platform/github/schema.d.ts +2 -2
- package/dist/util/exec/types.d.ts +1 -1
- package/dist/util/exec/types.js +1 -1
- package/dist/util/exec/types.js.map +1 -1
- package/dist/util/github/graphql/datasource-fetcher.js +3 -1
- package/dist/util/github/graphql/datasource-fetcher.js.map +1 -1
- package/package.json +4 -4
- package/renovate-schema.json +430 -9
|
@@ -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.
|
|
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
|
|
2378
|
+
default: `This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).`
|
|
2379
2379
|
},
|
|
2380
2380
|
{
|
|
2381
2381
|
name: "customizeDashboard",
|