renovate 41.158.0 → 41.158.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.
@@ -1,7 +1,7 @@
1
1
  {
2
- "title": "JSON schema for Renovate 41.158.0 config files (https://renovatebot.com/)",
2
+ "title": "JSON schema for Renovate 41.158.2 config files (https://renovatebot.com/)",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
- "x-renovate-version": "41.158.0",
4
+ "x-renovate-version": "41.158.2",
5
5
  "allowComments": true,
6
6
  "type": "object",
7
7
  "properties": {
@@ -33,22 +33,22 @@
33
33
  }
34
34
  },
35
35
  "allowCustomCrateRegistries": {
36
- "description": "Set this to `true` to allow custom crate registries.",
36
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet this to `true` to allow custom crate registries.",
37
37
  "type": "boolean",
38
38
  "default": false
39
39
  },
40
40
  "allowPlugins": {
41
- "description": "Set this to `true` if repositories are allowed to run install plugins.",
41
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet this to `true` if repositories are allowed to run install plugins.",
42
42
  "type": "boolean",
43
43
  "default": false
44
44
  },
45
45
  "allowScripts": {
46
- "description": "Set this to `true` if repositories are allowed to run install scripts.",
46
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet this to `true` if repositories are allowed to run install scripts.",
47
47
  "type": "boolean",
48
48
  "default": false
49
49
  },
50
50
  "allowedCommands": {
51
- "description": "A list of regular expressions that decide which commands are allowed in post-upgrade tasks.",
51
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nA list of regular expressions that decide which commands are allowed in post-upgrade tasks.",
52
52
  "type": "array",
53
53
  "items": {
54
54
  "type": "string"
@@ -56,7 +56,7 @@
56
56
  "default": []
57
57
  },
58
58
  "allowedEnv": {
59
- "description": "List of allowed patterns for environment variable names in repository env config.",
59
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nList of allowed patterns for environment variable names in repository env config.",
60
60
  "type": "array",
61
61
  "items": {
62
62
  "type": "string"
@@ -64,7 +64,7 @@
64
64
  "default": []
65
65
  },
66
66
  "allowedHeaders": {
67
- "description": "List of allowed patterns for header names in repository hostRules config.",
67
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nList of allowed patterns for header names in repository hostRules config.",
68
68
  "type": "array",
69
69
  "items": {
70
70
  "type": "string"
@@ -319,12 +319,12 @@
319
319
  "default": true
320
320
  },
321
321
  "autodiscover": {
322
- "description": "Autodiscover all repositories.",
322
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nAutodiscover all repositories.",
323
323
  "type": "boolean",
324
324
  "default": false
325
325
  },
326
326
  "autodiscoverFilter": {
327
- "description": "Filter the list of autodiscovered repositories.",
327
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nFilter the list of autodiscovered repositories.",
328
328
  "oneOf": [
329
329
  {
330
330
  "type": "array",
@@ -343,7 +343,7 @@
343
343
  ]
344
344
  },
345
345
  "autodiscoverNamespaces": {
346
- "description": "Filter the list of autodiscovered repositories by namespaces.",
346
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nFilter the list of autodiscovered repositories by namespaces.",
347
347
  "type": [
348
348
  "array",
349
349
  "null"
@@ -354,7 +354,7 @@
354
354
  "default": null
355
355
  },
356
356
  "autodiscoverProjects": {
357
- "description": "Filter the list of autodiscovered repositories by project names.",
357
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nFilter the list of autodiscovered repositories by project names.",
358
358
  "type": [
359
359
  "array",
360
360
  "null"
@@ -365,7 +365,7 @@
365
365
  "default": null
366
366
  },
367
367
  "autodiscoverRepoOrder": {
368
- "description": "The order method for autodiscover server side repository search.",
368
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe order method for autodiscover server side repository search.",
369
369
  "type": [
370
370
  "string",
371
371
  "null"
@@ -377,7 +377,7 @@
377
377
  "default": null
378
378
  },
379
379
  "autodiscoverRepoSort": {
380
- "description": "The sort method for autodiscover server side repository search.",
380
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe sort method for autodiscover server side repository search.",
381
381
  "type": [
382
382
  "string",
383
383
  "null"
@@ -392,7 +392,7 @@
392
392
  "default": null
393
393
  },
394
394
  "autodiscoverTopics": {
395
- "description": "Filter the list of autodiscovered repositories by topics.",
395
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nFilter the list of autodiscovered repositories by topics.",
396
396
  "type": [
397
397
  "array",
398
398
  "null"
@@ -520,7 +520,7 @@
520
520
  }
521
521
  },
522
522
  "baseDir": {
523
- "description": "The base directory for Renovate to store local files, including repository files and cache. If left empty, Renovate will create its own temporary directory to use.",
523
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe base directory for Renovate to store local files, including repository files and cache. If left empty, Renovate will create its own temporary directory to use.",
524
524
  "type": "string"
525
525
  },
526
526
  "batect": {
@@ -804,7 +804,7 @@
804
804
  "default": true
805
805
  },
806
806
  "bbUseDevelopmentBranch": {
807
- "description": "Use the repository's [development branch](https://support.atlassian.com/bitbucket-cloud/docs/branch-a-repository/#The-branching-model) as the repository's default branch.",
807
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nUse the repository's [development branch](https://support.atlassian.com/bitbucket-cloud/docs/branch-a-repository/#The-branching-model) as the repository's default branch.",
808
808
  "type": "boolean",
809
809
  "default": false
810
810
  },
@@ -862,7 +862,7 @@
862
862
  }
863
863
  },
864
864
  "binarySource": {
865
- "description": "Controls how third-party tools like npm or Gradle are called: directly, via Docker sidecar containers, or via dynamic install.",
865
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nControls how third-party tools like npm or Gradle are called: directly, via Docker sidecar containers, or via dynamic install.",
866
866
  "type": "string",
867
867
  "enum": [
868
868
  "global",
@@ -1354,21 +1354,21 @@
1354
1354
  }
1355
1355
  },
1356
1356
  "cacheDir": {
1357
- "description": "The directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the `baseDir`.",
1357
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the `baseDir`.",
1358
1358
  "type": "string"
1359
1359
  },
1360
1360
  "cacheHardTtlMinutes": {
1361
- "description": "Maximum duration in minutes to keep datasource cache entries.",
1361
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nMaximum duration in minutes to keep datasource cache entries.",
1362
1362
  "type": "integer",
1363
1363
  "default": 10080
1364
1364
  },
1365
1365
  "cachePrivatePackages": {
1366
- "description": "Cache private packages in the datasource cache. This is useful for self-hosted setups",
1366
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nCache private packages in the datasource cache. This is useful for self-hosted setups",
1367
1367
  "type": "boolean",
1368
1368
  "default": false
1369
1369
  },
1370
1370
  "cacheTtlOverride": {
1371
- "description": "An object that contains cache namespace TTL override values.",
1371
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nAn object that contains cache namespace TTL override values.",
1372
1372
  "type": "object",
1373
1373
  "default": {},
1374
1374
  "$ref": "#"
@@ -1533,7 +1533,7 @@
1533
1533
  }
1534
1534
  },
1535
1535
  "checkedBranches": {
1536
- "description": "A list of branch names to mark for creation or rebasing as if it was selected in the Dependency Dashboard issue.",
1536
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nA list of branch names to mark for creation or rebasing as if it was selected in the Dependency Dashboard issue.",
1537
1537
  "type": "array",
1538
1538
  "items": {
1539
1539
  "type": "string"
@@ -1884,7 +1884,7 @@
1884
1884
  "default": false
1885
1885
  },
1886
1886
  "configFileNames": {
1887
- "description": "List of filenames where repository config will be stored.",
1887
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nList of filenames where repository config will be stored.",
1888
1888
  "type": [
1889
1889
  "array",
1890
1890
  "null"
@@ -1922,7 +1922,7 @@
1922
1922
  "default": "none"
1923
1923
  },
1924
1924
  "containerbaseDir": {
1925
- "description": "The directory where Renovate stores its containerbase cache. If left empty, Renovate creates a subdirectory within the `cacheDir`.",
1925
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe directory where Renovate stores its containerbase cache. If left empty, Renovate creates a subdirectory within the `cacheDir`.",
1926
1926
  "type": "string"
1927
1927
  },
1928
1928
  "copier": {
@@ -2189,7 +2189,7 @@
2189
2189
  }
2190
2190
  },
2191
2191
  "customEnvVariables": {
2192
- "description": "Custom environment variables for child processes and sidecar Docker containers.",
2192
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nCustom environment variables for child processes and sidecar Docker containers.",
2193
2193
  "type": "object",
2194
2194
  "default": {},
2195
2195
  "$ref": "#"
@@ -2344,12 +2344,12 @@
2344
2344
  "default": null
2345
2345
  },
2346
2346
  "deleteAdditionalConfigFile": {
2347
- "description": "If set to `true`, Renovate tries to delete the additional self-hosted config file after reading it.",
2347
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set to `true`, Renovate tries to delete the additional self-hosted config file after reading it.",
2348
2348
  "type": "boolean",
2349
2349
  "default": false
2350
2350
  },
2351
2351
  "deleteConfigFile": {
2352
- "description": "If set to `true`, Renovate tries to delete the self-hosted config file after reading it.",
2352
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set to `true`, Renovate tries to delete the self-hosted config file after reading it.",
2353
2353
  "type": "boolean",
2354
2354
  "default": false
2355
2355
  },
@@ -2485,12 +2485,12 @@
2485
2485
  ]
2486
2486
  },
2487
2487
  "detectGlobalManagerConfig": {
2488
- "description": "If `true`, Renovate tries to detect global manager configuration from the file system.",
2488
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf `true`, Renovate tries to detect global manager configuration from the file system.",
2489
2489
  "type": "boolean",
2490
2490
  "default": false
2491
2491
  },
2492
2492
  "detectHostRulesFromEnv": {
2493
- "description": "If `true`, Renovate tries to detect host rules from environment variables.",
2493
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf `true`, Renovate tries to detect host rules from environment variables.",
2494
2494
  "type": "boolean",
2495
2495
  "default": false
2496
2496
  },
@@ -2694,26 +2694,26 @@
2694
2694
  }
2695
2695
  },
2696
2696
  "dockerChildPrefix": {
2697
- "description": "Change this value to add a prefix to the Renovate Docker sidecar container names and labels.",
2697
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to add a prefix to the Renovate Docker sidecar container names and labels.",
2698
2698
  "type": "string",
2699
2699
  "default": "renovate_"
2700
2700
  },
2701
2701
  "dockerCliOptions": {
2702
- "description": "Pass CLI flags to `docker run` command when `binarySource=docker`.",
2702
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPass CLI flags to `docker run` command when `binarySource=docker`.",
2703
2703
  "type": "string"
2704
2704
  },
2705
2705
  "dockerMaxPages": {
2706
- "description": "By default, Renovate fetches up to 20 pages of Docker tags from registries. But you can set your own limit with this config option.",
2706
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nBy default, Renovate fetches up to 20 pages of Docker tags from registries. But you can set your own limit with this config option.",
2707
2707
  "type": "integer",
2708
2708
  "default": 20
2709
2709
  },
2710
2710
  "dockerSidecarImage": {
2711
- "description": "Change this value to override the default Renovate sidecar image.",
2711
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default Renovate sidecar image.",
2712
2712
  "type": "string",
2713
- "default": "ghcr.io/containerbase/sidecar:13.23.8"
2713
+ "default": "ghcr.io/containerbase/sidecar:13.23.9"
2714
2714
  },
2715
2715
  "dockerUser": {
2716
- "description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
2716
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
2717
2717
  "type": "string"
2718
2718
  },
2719
2719
  "dockerfile": {
@@ -2829,7 +2829,7 @@
2829
2829
  }
2830
2830
  },
2831
2831
  "dryRun": {
2832
- "description": "If enabled, perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.",
2832
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf enabled, perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.",
2833
2833
  "type": [
2834
2834
  "string",
2835
2835
  "null"
@@ -2863,11 +2863,11 @@
2863
2863
  "$ref": "#"
2864
2864
  },
2865
2865
  "encryptedWarning": {
2866
- "description": "Warning text to use if encrypted config is found.",
2866
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nWarning text to use if encrypted config is found.",
2867
2867
  "type": "string"
2868
2868
  },
2869
2869
  "endpoint": {
2870
- "description": "Custom endpoint to use.",
2870
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nCustom endpoint to use.",
2871
2871
  "type": [
2872
2872
  "string",
2873
2873
  "null"
@@ -2889,7 +2889,7 @@
2889
2889
  "default": []
2890
2890
  },
2891
2891
  "executionTimeout": {
2892
- "description": "Default execution timeout in minutes for child processes Renovate creates.",
2892
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nDefault execution timeout in minutes for child processes Renovate creates.",
2893
2893
  "type": "integer",
2894
2894
  "default": 15
2895
2895
  },
@@ -2899,7 +2899,7 @@
2899
2899
  "default": false
2900
2900
  },
2901
2901
  "exposeAllEnv": {
2902
- "description": "Set this to `true` to allow passing of all environment variables to package managers.",
2902
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet this to `true` to allow passing of all environment variables to package managers.",
2903
2903
  "type": "boolean",
2904
2904
  "default": false
2905
2905
  },
@@ -3048,17 +3048,17 @@
3048
3048
  "type": "string"
3049
3049
  },
3050
3050
  "force": {
3051
- "description": "Any configuration set in this object will force override existing settings.",
3051
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nAny configuration set in this object will force override existing settings.",
3052
3052
  "type": "object",
3053
3053
  "$ref": "#"
3054
3054
  },
3055
3055
  "forceCli": {
3056
- "description": "Decides if CLI configuration options are moved to the `force` config section.",
3056
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nDecides if CLI configuration options are moved to the `force` config section.",
3057
3057
  "type": "boolean",
3058
3058
  "default": true
3059
3059
  },
3060
3060
  "forkCreation": {
3061
- "description": "Whether to create forks as needed at runtime when running in \"fork mode\".",
3061
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nWhether to create forks as needed at runtime when running in \"fork mode\".",
3062
3062
  "type": "boolean",
3063
3063
  "default": true
3064
3064
  },
@@ -3068,7 +3068,7 @@
3068
3068
  "default": false
3069
3069
  },
3070
3070
  "forkOrg": {
3071
- "description": "The preferred organization to create or find forked repositories, when in fork mode.",
3071
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThe preferred organization to create or find forked repositories, when in fork mode.",
3072
3072
  "type": "string"
3073
3073
  },
3074
3074
  "forkProcessing": {
@@ -3082,7 +3082,7 @@
3082
3082
  "default": "auto"
3083
3083
  },
3084
3084
  "forkToken": {
3085
- "description": "Set a personal access token here to enable \"fork mode\".",
3085
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet a personal access token here to enable \"fork mode\".",
3086
3086
  "type": "string"
3087
3087
  },
3088
3088
  "fvm": {
@@ -3212,7 +3212,7 @@
3212
3212
  "default": false
3213
3213
  },
3214
3214
  "gitNoVerify": {
3215
- "description": "Which Git commands will be run with the `--no-verify` option.",
3215
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nWhich Git commands will be run with the `--no-verify` option.",
3216
3216
  "oneOf": [
3217
3217
  {
3218
3218
  "type": "array",
@@ -3238,20 +3238,20 @@
3238
3238
  ]
3239
3239
  },
3240
3240
  "gitPrivateKey": {
3241
- "description": "PGP key to use for signing Git commits.",
3241
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPGP key to use for signing Git commits.",
3242
3242
  "type": "string"
3243
3243
  },
3244
3244
  "gitPrivateKeyPassphrase": {
3245
- "description": "Passphrase for the `gitPrivateKey`",
3245
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPassphrase for the `gitPrivateKey`",
3246
3246
  "type": "string"
3247
3247
  },
3248
3248
  "gitTimeout": {
3249
- "description": "Configure the timeout with a number of milliseconds to wait for a Git task.",
3249
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nConfigure the timeout with a number of milliseconds to wait for a Git task.",
3250
3250
  "type": "integer",
3251
3251
  "default": 0
3252
3252
  },
3253
3253
  "gitUrl": {
3254
- "description": "Overrides the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.",
3254
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nOverrides the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.",
3255
3255
  "type": "string",
3256
3256
  "enum": [
3257
3257
  "default",
@@ -3315,7 +3315,7 @@
3315
3315
  }
3316
3316
  },
3317
3317
  "githubTokenWarn": {
3318
- "description": "Display warnings about GitHub token not being set.",
3318
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nDisplay warnings about GitHub token not being set.",
3319
3319
  "type": "boolean",
3320
3320
  "default": true
3321
3321
  },
@@ -3531,7 +3531,7 @@
3531
3531
  }
3532
3532
  },
3533
3533
  "globalExtends": {
3534
- "description": "Configuration presets to use or extend for a self-hosted config.",
3534
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nConfiguration presets to use or extend for a self-hosted config.",
3535
3535
  "type": "array",
3536
3536
  "items": {
3537
3537
  "type": "string"
@@ -4398,7 +4398,7 @@
4398
4398
  }
4399
4399
  },
4400
4400
  "httpCacheTtlDays": {
4401
- "description": "Maximum duration in days to keep HTTP cache entries.",
4401
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nMaximum duration in days to keep HTTP cache entries.",
4402
4402
  "type": "integer",
4403
4403
  "default": 90
4404
4404
  },
@@ -4431,7 +4431,7 @@
4431
4431
  "default": false
4432
4432
  },
4433
4433
  "ignorePrAuthor": {
4434
- "description": "Set to `true` to fetch the entire list of PRs instead of only those authored by the Renovate user.",
4434
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet to `true` to fetch the entire list of PRs instead of only those authored by the Renovate user.",
4435
4435
  "type": "boolean",
4436
4436
  "default": false
4437
4437
  },
@@ -4472,7 +4472,7 @@
4472
4472
  "default": true
4473
4473
  },
4474
4474
  "includeMirrors": {
4475
- "description": "Whether to process repositories that are mirrors. By default, repositories that are mirrors are skipped.",
4475
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nWhether to process repositories that are mirrors. By default, repositories that are mirrors are skipped.",
4476
4476
  "type": "boolean",
4477
4477
  "default": false
4478
4478
  },
@@ -4485,22 +4485,22 @@
4485
4485
  "default": []
4486
4486
  },
4487
4487
  "inheritConfig": {
4488
- "description": "If `true`, Renovate will inherit configuration from the `inheritConfigFileName` file in `inheritConfigRepoName`.",
4488
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf `true`, Renovate will inherit configuration from the `inheritConfigFileName` file in `inheritConfigRepoName`.",
4489
4489
  "type": "boolean",
4490
4490
  "default": false
4491
4491
  },
4492
4492
  "inheritConfigFileName": {
4493
- "description": "Renovate will look for this config file name in the `inheritConfigRepoName`.",
4493
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nRenovate will look for this config file name in the `inheritConfigRepoName`.",
4494
4494
  "type": "string",
4495
4495
  "default": "org-inherited-config.json"
4496
4496
  },
4497
4497
  "inheritConfigRepoName": {
4498
- "description": "Renovate will look in this repo for the `inheritConfigFileName`.",
4498
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nRenovate will look in this repo for the `inheritConfigFileName`.",
4499
4499
  "type": "string",
4500
4500
  "default": "{{parentOrg}}/renovate-config"
4501
4501
  },
4502
4502
  "inheritConfigStrict": {
4503
- "description": "If `true`, any `inheritedConfig` fetch error will result in an aborted run.",
4503
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf `true`, any `inheritedConfig` fetch error will result in an aborted run.",
4504
4504
  "type": "boolean",
4505
4505
  "default": false
4506
4506
  },
@@ -4908,7 +4908,7 @@
4908
4908
  }
4909
4909
  },
4910
4910
  "logContext": {
4911
- "description": "Add a global or per-repo log context to each log entry.",
4911
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nAdd a global or per-repo log context to each log entry.",
4912
4912
  "type": [
4913
4913
  "string",
4914
4914
  "null"
@@ -5105,7 +5105,7 @@
5105
5105
  }
5106
5106
  },
5107
5107
  "mergeConfidenceDatasources": {
5108
- "description": "If set, Renovate will query the merge-confidence JSON API only for datasources that are part of this list.",
5108
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set, Renovate will query the merge-confidence JSON API only for datasources that are part of this list.",
5109
5109
  "type": "array",
5110
5110
  "items": {
5111
5111
  "type": "string",
@@ -5130,7 +5130,7 @@
5130
5130
  ]
5131
5131
  },
5132
5132
  "mergeConfidenceEndpoint": {
5133
- "description": "If set, Renovate will query this API for Merge Confidence data.",
5133
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set, Renovate will query this API for Merge Confidence data.",
5134
5134
  "type": "string",
5135
5135
  "default": "https://developer.mend.io/"
5136
5136
  },
@@ -5188,7 +5188,7 @@
5188
5188
  }
5189
5189
  },
5190
5190
  "migratePresets": {
5191
- "description": "Define presets here which have been removed or renamed and should be migrated automatically.",
5191
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nDefine presets here which have been removed or renamed and should be migrated automatically.",
5192
5192
  "type": "object",
5193
5193
  "default": {},
5194
5194
  "additionalProperties": {
@@ -5779,16 +5779,16 @@
5779
5779
  }
5780
5780
  },
5781
5781
  "onboarding": {
5782
- "description": "Require a Configuration PR first.",
5782
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nRequire a Configuration PR first.",
5783
5783
  "type": "boolean"
5784
5784
  },
5785
5785
  "onboardingBranch": {
5786
- "description": "Change this value to override the default onboarding branch name.",
5786
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default onboarding branch name.",
5787
5787
  "type": "string",
5788
5788
  "default": "renovate/configure"
5789
5789
  },
5790
5790
  "onboardingCommitMessage": {
5791
- "description": "Change this value to override the default onboarding commit message.",
5791
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default onboarding commit message.",
5792
5792
  "type": [
5793
5793
  "string",
5794
5794
  "null"
@@ -5796,7 +5796,7 @@
5796
5796
  "default": null
5797
5797
  },
5798
5798
  "onboardingConfig": {
5799
- "description": "Configuration to use for onboarding PRs.",
5799
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nConfiguration to use for onboarding PRs.",
5800
5800
  "type": "object",
5801
5801
  "default": {
5802
5802
  "$schema": "https://docs.renovatebot.com/renovate-schema.json"
@@ -5804,12 +5804,12 @@
5804
5804
  "$ref": "#"
5805
5805
  },
5806
5806
  "onboardingConfigFileName": {
5807
- "description": "Change this value to override the default onboarding config file name.",
5807
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default onboarding config file name.",
5808
5808
  "type": "string",
5809
5809
  "default": "renovate.json"
5810
5810
  },
5811
5811
  "onboardingNoDeps": {
5812
- "description": "Onboard the repository even if no dependencies are found.",
5812
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nOnboard the repository even if no dependencies are found.",
5813
5813
  "type": "string",
5814
5814
  "enum": [
5815
5815
  "auto",
@@ -5819,17 +5819,17 @@
5819
5819
  "default": "auto"
5820
5820
  },
5821
5821
  "onboardingPrTitle": {
5822
- "description": "Change this value to override the default onboarding PR title.",
5822
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default onboarding PR title.",
5823
5823
  "type": "string",
5824
5824
  "default": "Configure Renovate"
5825
5825
  },
5826
5826
  "onboardingRebaseCheckbox": {
5827
- "description": "Set to enable rebase/retry markdown checkbox for onboarding PRs.",
5827
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet to enable rebase/retry markdown checkbox for onboarding PRs.",
5828
5828
  "type": "boolean",
5829
5829
  "default": false
5830
5830
  },
5831
5831
  "optimizeForDisabled": {
5832
- "description": "Set to `true` to perform a check for disabled config prior to cloning.",
5832
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet to `true` to perform a check for disabled config prior to cloning.",
5833
5833
  "type": "boolean",
5834
5834
  "default": false
5835
5835
  },
@@ -6195,7 +6195,7 @@
6195
6195
  }
6196
6196
  },
6197
6197
  "password": {
6198
- "description": "Password for authentication.",
6198
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPassword for authentication.",
6199
6199
  "type": "string"
6200
6200
  },
6201
6201
  "patch": {
@@ -6338,7 +6338,7 @@
6338
6338
  }
6339
6339
  },
6340
6340
  "persistRepoData": {
6341
- "description": "If set to `true`: keep repository data between runs instead of deleting the data.",
6341
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set to `true`: keep repository data between runs instead of deleting the data.",
6342
6342
  "type": "boolean",
6343
6343
  "default": false
6344
6344
  },
@@ -6704,7 +6704,7 @@
6704
6704
  }
6705
6705
  },
6706
6706
  "platform": {
6707
- "description": "Platform type of repository.",
6707
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPlatform type of repository.",
6708
6708
  "type": "string",
6709
6709
  "enum": [
6710
6710
  "azure",
@@ -6938,7 +6938,7 @@
6938
6938
  "default": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}"
6939
6939
  },
6940
6940
  "prCommitsPerRunLimit": {
6941
- "description": "Set the maximum number of commits per Renovate run. By default there is no limit.",
6941
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet the maximum number of commits per Renovate run. By default there is no limit.",
6942
6942
  "type": "integer",
6943
6943
  "default": 0
6944
6944
  },
@@ -7049,7 +7049,7 @@
7049
7049
  }
7050
7050
  },
7051
7051
  "presetCachePersistence": {
7052
- "description": "Cache resolved presets in package cache.",
7052
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nCache resolved presets in package cache.",
7053
7053
  "type": "boolean",
7054
7054
  "default": false
7055
7055
  },
@@ -7059,23 +7059,23 @@
7059
7059
  "default": false
7060
7060
  },
7061
7061
  "privateKey": {
7062
- "description": "Server-side private key.",
7062
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nServer-side private key.",
7063
7063
  "type": "string"
7064
7064
  },
7065
7065
  "privateKeyOld": {
7066
- "description": "Secondary or old private key to try.",
7066
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSecondary or old private key to try.",
7067
7067
  "type": "string"
7068
7068
  },
7069
7069
  "privateKeyPath": {
7070
- "description": "Path to the Server-side private key.",
7070
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPath to the Server-side private key.",
7071
7071
  "type": "string"
7072
7072
  },
7073
7073
  "privateKeyPathOld": {
7074
- "description": "Path to the Server-side old private key.",
7074
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPath to the Server-side old private key.",
7075
7075
  "type": "string"
7076
7076
  },
7077
7077
  "processEnv": {
7078
- "description": "Environment variables to be used in global config only.",
7078
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nEnvironment variables to be used in global config only.",
7079
7079
  "type": "object",
7080
7080
  "default": {},
7081
7081
  "additionalProperties": {
@@ -7084,7 +7084,7 @@
7084
7084
  "$ref": "#"
7085
7085
  },
7086
7086
  "productLinks": {
7087
- "description": "Links which are used in PRs, issues and comments.",
7087
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nLinks which are used in PRs, issues and comments.",
7088
7088
  "type": "object",
7089
7089
  "default": {
7090
7090
  "documentation": "https://docs.renovatebot.com/",
@@ -7366,11 +7366,11 @@
7366
7366
  "default": "auto"
7367
7367
  },
7368
7368
  "redisPrefix": {
7369
- "description": "Key prefix for redis cache entries.",
7369
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nKey prefix for redis cache entries.",
7370
7370
  "type": "string"
7371
7371
  },
7372
7372
  "redisUrl": {
7373
- "description": "If set, this Redis URL will be used for caching instead of the file system.",
7373
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set, this Redis URL will be used for caching instead of the file system.",
7374
7374
  "type": "string"
7375
7375
  },
7376
7376
  "regex": {
@@ -7514,7 +7514,7 @@
7514
7514
  "default": "replace"
7515
7515
  },
7516
7516
  "reportPath": {
7517
- "description": "Path to where the file should be written. In case of `s3` this has to be a full S3 URI.",
7517
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nPath to where the file should be written. In case of `s3` this has to be a full S3 URI.",
7518
7518
  "type": [
7519
7519
  "string",
7520
7520
  "null"
@@ -7522,7 +7522,7 @@
7522
7522
  "default": null
7523
7523
  },
7524
7524
  "reportType": {
7525
- "description": "Set how, or if, reports should be generated.",
7525
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet how, or if, reports should be generated.",
7526
7526
  "type": [
7527
7527
  "string",
7528
7528
  "null"
@@ -7535,14 +7535,14 @@
7535
7535
  "default": null
7536
7536
  },
7537
7537
  "repositories": {
7538
- "description": "List of Repositories.",
7538
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nList of Repositories.",
7539
7539
  "type": "array",
7540
7540
  "items": {
7541
7541
  "type": "string"
7542
7542
  }
7543
7543
  },
7544
7544
  "repositoryCache": {
7545
- "description": "This option decides if Renovate uses a JSON cache to speed up extractions.",
7545
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nThis option decides if Renovate uses a JSON cache to speed up extractions.",
7546
7546
  "type": "string",
7547
7547
  "enum": [
7548
7548
  "disabled",
@@ -7552,12 +7552,12 @@
7552
7552
  "default": "disabled"
7553
7553
  },
7554
7554
  "repositoryCacheType": {
7555
- "description": "Set the type of renovate repository cache if `repositoryCache` is enabled.",
7555
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet the type of renovate repository cache if `repositoryCache` is enabled.",
7556
7556
  "type": "string",
7557
7557
  "default": "local"
7558
7558
  },
7559
7559
  "requireConfig": {
7560
- "description": "Controls Renovate's behavior regarding repository config files such as `renovate.json`.",
7560
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nControls Renovate's behavior regarding repository config files such as `renovate.json`.",
7561
7561
  "type": "string",
7562
7562
  "enum": [
7563
7563
  "required",
@@ -7744,11 +7744,11 @@
7744
7744
  }
7745
7745
  },
7746
7746
  "s3Endpoint": {
7747
- "description": "If set, Renovate will use this string as the `endpoint` when creating the AWS S3 client instance.",
7747
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set, Renovate will use this string as the `endpoint` when creating the AWS S3 client instance.",
7748
7748
  "type": "string"
7749
7749
  },
7750
7750
  "s3PathStyle": {
7751
- "description": "If set, Renovate will enable `forcePathStyle` when creating the AWS S3 client instance.",
7751
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set, Renovate will enable `forcePathStyle` when creating the AWS S3 client instance.",
7752
7752
  "type": "boolean",
7753
7753
  "default": false
7754
7754
  },
@@ -7880,7 +7880,7 @@
7880
7880
  ]
7881
7881
  },
7882
7882
  "secrets": {
7883
- "description": "Object which holds secret name/value pairs.",
7883
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nObject which holds secret name/value pairs.",
7884
7884
  "type": "object",
7885
7885
  "default": {},
7886
7886
  "additionalProperties": {
@@ -8467,7 +8467,7 @@
8467
8467
  "type": "string"
8468
8468
  },
8469
8469
  "token": {
8470
- "description": "Repository Auth Token.",
8470
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nRepository Auth Token.",
8471
8471
  "type": "string"
8472
8472
  },
8473
8473
  "travis": {
@@ -8581,7 +8581,7 @@
8581
8581
  }
8582
8582
  },
8583
8583
  "unicodeEmoji": {
8584
- "description": "Enable or disable Unicode emoji.",
8584
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nEnable or disable Unicode emoji.",
8585
8585
  "type": "boolean",
8586
8586
  "default": true
8587
8587
  },
@@ -8663,12 +8663,12 @@
8663
8663
  "default": "none"
8664
8664
  },
8665
8665
  "useCloudMetadataServices": {
8666
- "description": "If `false`, Renovate does not try to access cloud metadata services.",
8666
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf `false`, Renovate does not try to access cloud metadata services.",
8667
8667
  "type": "boolean",
8668
8668
  "default": true
8669
8669
  },
8670
8670
  "userAgent": {
8671
- "description": "If set to any string, Renovate will use this as the `user-agent` it sends with HTTP requests.",
8671
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nIf set to any string, Renovate will use this as the `user-agent` it sends with HTTP requests.",
8672
8672
  "type": [
8673
8673
  "string",
8674
8674
  "null"
@@ -8687,11 +8687,11 @@
8687
8687
  }
8688
8688
  },
8689
8689
  "username": {
8690
- "description": "Username for authentication.",
8690
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nUsername for authentication.",
8691
8691
  "type": "string"
8692
8692
  },
8693
8693
  "variables": {
8694
- "description": "Object which holds variable name/value pairs.",
8694
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nObject which holds variable name/value pairs.",
8695
8695
  "type": "object",
8696
8696
  "default": {},
8697
8697
  "additionalProperties": {
@@ -8980,7 +8980,7 @@
8980
8980
  }
8981
8981
  },
8982
8982
  "writeDiscoveredRepos": {
8983
- "description": "Writes discovered repositories to a JSON file and then exit.",
8983
+ "description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nWrites discovered repositories to a JSON file and then exit.",
8984
8984
  "type": "string"
8985
8985
  }
8986
8986
  }