renovate 43.139.7 → 43.139.8
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 +1 -1
- 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/github/schema.d.ts +2 -2
- package/dist/util/github/graphql/datasource-fetcher.js +3 -1
- package/dist/util/github/graphql/datasource-fetcher.js.map +1 -1
- package/package.json +2 -2
- package/renovate-schema.json +3 -3
|
@@ -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, {
|
|
@@ -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",
|