Skip to content

Commit

Permalink
[vendor-schemas] automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
msgongora authored Mar 11, 2022
1 parent 1071851 commit 9eb61ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

<!-- vendor-insert-here -->
- Update vendored schemas (2022-03-11)

## 0.14.0

Expand Down
23 changes: 9 additions & 14 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,6 @@
"default": {},
"$ref": "#"
},
"deepExtract": {
"description": "Enable extraction of dependencies using package managers.",
"type": "boolean",
"default": false
},
"defaultRegistryUrls": {
"description": "List of registry URLs to use as the default for a datasource.",
"type": "array",
Expand Down Expand Up @@ -546,7 +541,7 @@
"default": {
"branchTopic": "{{{depNameSanitized}}}-digest",
"commitMessageExtra": "to {{newDigestShort}}",
"commitMessageTopic": "{{{depName}}} commit hash"
"commitMessageTopic": "{{{depName}}} digest"
},
"$ref": "#"
},
Expand Down Expand Up @@ -763,7 +758,7 @@
"type": "string"
},
"gitIgnoredAuthors": {
"description": "Additional git authors which are ignored by Renovate. Must conform to RFC5322.",
"description": "Additional Git authors which are ignored by Renovate. Must conform to RFC5322.",
"type": "array",
"items": {
"type": "string"
Expand All @@ -775,7 +770,7 @@
"default": false
},
"gitNoVerify": {
"description": "Which git commands will be run with the `--no-verify` option.",
"description": "Which Git commands will be run with the `--no-verify` option.",
"oneOf": [
{
"type": "array",
Expand Down Expand Up @@ -805,7 +800,7 @@
"type": "string"
},
"gitUrl": {
"description": "Overrides the default resolution for git remote, e.g. to switch GitLab from HTTPS to SSH-based.",
"description": "Overrides the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.",
"type": "string",
"enum": [
"default",
Expand Down Expand Up @@ -1783,7 +1778,7 @@
"default": false
},
"platformCommit": {
"description": "Use platform API to perform commits instead of using git directly.",
"description": "Use platform API to perform commits instead of using Git directly.",
"type": "boolean",
"default": false
},
Expand Down Expand Up @@ -2109,10 +2104,6 @@
"description": "Optional extractVersion for extracted dependencies. Valid only within a `regexManagers` object.",
"type": "string"
},
"lookupNameTemplate": {
"description": "Optional lookupName for extracted dependencies, else defaults to depName value. Valid only within a `regexManagers` object.",
"type": "string"
},
"matchStrings": {
"description": "Regex capture rule to use. Valid only within a `regexManagers` object.",
"type": "array",
Expand All @@ -2131,6 +2122,10 @@
],
"default": "any"
},
"packageNameTemplate": {
"description": "Optional packageName for extracted dependencies, else defaults to depName value. Valid only within a `regexManagers` object.",
"type": "string"
},
"registryUrlTemplate": {
"description": "Optional registry URL for extracted dependencies. Valid only within a `regexManagers` object.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c9378ead24c9928e9657f177b370fc77bfe8bf2c0e5d6fffa73875d7d730fcf0
f2c73ab72b139032715b686d1a5062b7dd118c59aacd9c10b3bbde98bddc1c7d

0 comments on commit 9eb61ab

Please sign in to comment.