Skip to content

Commit 9d69448

Browse files
[vendor-schemas] automated update (#201)
Co-authored-by: sirosen <[email protected]>
1 parent 046209f commit 9d69448

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2022-12-15)
13+
- Update vendored schemas (2022-12-17)
1414

1515
0.19.2
1616
------

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"allowCustomCrateRegistries": {
26-
"description": "Set this to `true` if custom crate registries are allowed.",
26+
"description": "Set this to `true` to allow custom crate registries.",
2727
"type": "boolean",
2828
"default": false
2929
},
@@ -107,7 +107,7 @@
107107
"default": false
108108
},
109109
"assigneesSampleSize": {
110-
"description": "Take a random sample of given size from assignees.",
110+
"description": "Take a random sample of given size from `assignees`.",
111111
"type": "integer",
112112
"default": null
113113
},
@@ -192,7 +192,7 @@
192192
"$ref": "#"
193193
},
194194
"azureAutoApprove": {
195-
"description": "If set to `true`, Azure DevOps PRs will be automatically approved.",
195+
"description": "Set to `true` to automatically approve Azure DevOps PRs.",
196196
"type": "boolean",
197197
"default": false
198198
},
@@ -299,7 +299,7 @@
299299
"default": "renovate/"
300300
},
301301
"branchPrefixOld": {
302-
"description": "Old Prefix to check for existing PRs.",
302+
"description": "Old branchPrefix value to check for existing PRs.",
303303
"type": "string",
304304
"default": "renovate/"
305305
},
@@ -389,7 +389,7 @@
389389
"$ref": "#"
390390
},
391391
"cloneSubmodules": {
392-
"description": "Set to `true` to enable initialization of submodules during repository clone.",
392+
"description": "Set to `true` to initialize submodules during repository clone.",
393393
"type": "boolean",
394394
"default": false
395395
},
@@ -556,7 +556,7 @@
556556
"default": null
557557
},
558558
"dependencyDashboardTitle": {
559-
"description": "Title to use for the Dependency Dashboard issue.",
559+
"description": "Title for the Dependency Dashboard issue.",
560560
"type": "string",
561561
"default": "Dependency Dashboard"
562562
},
@@ -586,12 +586,12 @@
586586
]
587587
},
588588
"detectGlobalManagerConfig": {
589-
"description": "If `true`, Renovate will try to detect global manager configuration from the file system.",
589+
"description": "If `true`, Renovate tries to detect global manager configuration from the file system.",
590590
"type": "boolean",
591591
"default": false
592592
},
593593
"detectHostRulesFromEnv": {
594-
"description": "If `true`, Renovate will try to detect host rules from environment variables.",
594+
"description": "If `true`, Renovate tries to detect host rules from environment variables.",
595595
"type": "boolean",
596596
"default": false
597597
},
@@ -684,7 +684,7 @@
684684
"type": "boolean"
685685
},
686686
"enabledManagers": {
687-
"description": "A list of package managers to enable. If defined, then all managers not on the list are disabled.",
687+
"description": "A list of package managers to enable. Only managers on the list are enabled.",
688688
"type": "array"
689689
},
690690
"encrypted": {
@@ -699,7 +699,7 @@
699699
"default": null
700700
},
701701
"excludeCommitPaths": {
702-
"description": "A file that matches any of these glob patterns will not be committed, even if it has been updated.",
702+
"description": "A file matching any of these glob patterns will not be committed, even if the file has been updated.",
703703
"type": "array",
704704
"items": {
705705
"type": "string"
@@ -987,7 +987,7 @@
987987
"default": null
988988
},
989989
"groupSlug": {
990-
"description": "Slug to use for group (e.g. in branch name). Will be calculated from `groupName` if `null`.",
990+
"description": "Slug to use for group (e.g. in branch name). Slug is calculated from `groupName` if `null`.",
991991
"type": "string",
992992
"default": null
993993
},
@@ -1099,7 +1099,7 @@
10991099
}
11001100
},
11011101
"abortOnError": {
1102-
"description": "If enabled, Renovate will abort its run when HTTP request errors occur.",
1102+
"description": "If enabled, Renovate aborts its run when HTTP request errors occur.",
11031103
"type": "boolean",
11041104
"default": false
11051105
},
@@ -1565,7 +1565,7 @@
15651565
"default": "Configure Renovate"
15661566
},
15671567
"optimizeForDisabled": {
1568-
"description": "Set to `true` to first check for disabling in config before cloning.",
1568+
"description": "Set to `true` to perform a check for disabled config prior to cloning.",
15691569
"type": "boolean",
15701570
"default": false
15711571
},
@@ -1644,7 +1644,7 @@
16441644
]
16451645
},
16461646
"matchCurrentValue": {
1647-
"description": "A regex to match against the raw currentValue string of a dependency. Valid only within a `packageRules` object.",
1647+
"description": "A regex to match against the raw `currentValue` string of a dependency. Valid only within a `packageRules` object.",
16481648
"type": "string"
16491649
},
16501650
"matchCurrentVersion": {
@@ -1680,7 +1680,7 @@
16801680
]
16811681
},
16821682
"matchFiles": {
1683-
"description": "List of strings to do an exact match against package files with full path. Will only work inside a `packageRules` object.",
1683+
"description": "List of strings to do an exact match against package files with full path. Only works inside a `packageRules` object.",
16841684
"type": "array",
16851685
"items": {
16861686
"type": "string"
@@ -1759,7 +1759,7 @@
17591759
]
17601760
},
17611761
"matchPaths": {
1762-
"description": "List of strings or glob patterns to match against package files. Will only work inside a `packageRules` object.",
1762+
"description": "List of strings or glob patterns to match against package files. Only works inside a `packageRules` object.",
17631763
"type": "array",
17641764
"items": {
17651765
"type": "string"
@@ -1853,7 +1853,7 @@
18531853
"$ref": "#"
18541854
},
18551855
"persistRepoData": {
1856-
"description": "If set to `true`, repository data is kept between runs instead of deleted.",
1856+
"description": "If set to `true`: keep repository data between runs instead of deleting the data.",
18571857
"type": "boolean",
18581858
"default": false
18591859
},
@@ -2038,7 +2038,7 @@
20382038
]
20392039
},
20402040
"prBodyDefinitions": {
2041-
"description": "Table column definitions for use in PR tables.",
2041+
"description": "Table column definitions to use in PR tables.",
20422042
"type": "object",
20432043
"default": {
20442044
"Package": "{{{depNameLinked}}}",
@@ -2053,7 +2053,7 @@
20532053
}
20542054
},
20552055
"prBodyNotes": {
2056-
"description": "List of additional notes/templates to be included in the Pull Request bodies.",
2056+
"description": "List of additional notes/templates to include in the Pull Request body.",
20572057
"oneOf": [
20582058
{
20592059
"type": "array",
@@ -2138,7 +2138,7 @@
21382138
"$ref": "#"
21392139
},
21402140
"printConfig": {
2141-
"description": "If enabled, Renovate logs the fully resolved config for each repo, plus the fully resolved presets.",
2141+
"description": "If enabled, Renovate logs the fully resolved config for each repository, plus the fully resolved presets.",
21422142
"type": "boolean",
21432143
"default": false
21442144
},
@@ -2381,7 +2381,7 @@
23812381
"default": "disabled"
23822382
},
23832383
"repositoryCacheType": {
2384-
"description": "Set the type of renovate repository cache if repositoryCache is not disabled.",
2384+
"description": "Set the type of renovate repository cache if `repositoryCache` is enabled.",
23852385
"type": "string",
23862386
"default": "local"
23872387
},
@@ -2412,7 +2412,7 @@
24122412
"default": false
24132413
},
24142414
"reviewersSampleSize": {
2415-
"description": "Take a random sample of given size from reviewers.",
2415+
"description": "Take a random sample of given size from `reviewers`.",
24162416
"type": "integer",
24172417
"default": null
24182418
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81b816dd7f7a9443ded2c26691aed67609b80ae4545877c8c03c9face7239617
1+
acf8cd12141609c8c20a8322bbf27019d3f15b8d2796d1888cab45fdee503539

0 commit comments

Comments
 (0)