Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased

<!-- vendor-insert-here -->
- Update vendored schemas (2022-04-08)
- Update vendored schemas (2022-04-13)

## 0.14.2

Expand Down
4 changes: 2 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@
},
"pipeline_variables": {
"type": "boolean",
"description": "Variables added for manual pipeline runs are passed to downstream pipelines.",
"description": "Variables added for manual pipeline runs and scheduled pipelines are passed to downstream pipelines.",
"default": false
}
}
Expand Down Expand Up @@ -1407,7 +1407,7 @@
},
"pipeline_variables": {
"type": "boolean",
"description": "Variables added for manual pipeline runs are passed to downstream pipelines.",
"description": "Variables added for manual pipeline runs and scheduled pipelines are passed to downstream pipelines.",
"default": false
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97f384332f7bb3e3e426996b3dcca88a53d730c6d7d248947eaf0402e06667a2
47a071bef271bb65b37ddc34a859d0d7af4e64753da98020bd0c44e6b27a2412
9 changes: 7 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,13 @@
},
"dryRun": {
"description": "If enabled, perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.",
"type": "boolean",
"default": false
"type": "string",
"enum": [
"extract",
"lookup",
"full"
],
"default": null
},
"enabled": {
"description": "Enable or disable the bot.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3cb70f9520dba83bbd379803565b3ab360ff90c03609325122bf9b9acfa7db3e
000ec3d78e71a4900474e72902b458d3cbd5d956eef0762b7ae40f3998919e26