Skip to content

Commit affba5a

Browse files
authored
feat(renovate): add "inherited" config (#5321)
Now it's available as its own schema, it'd be good to store a copy here, too.
1 parent 78e1696 commit affba5a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5487,6 +5487,12 @@
54875487
"41": "https://www.schemastore.org/renovate-global-schema-41.json"
54885488
}
54895489
},
5490+
{
5491+
"name": "Renovate inherited configuration",
5492+
"description": "Renovate configuration file (with Inherit Config options). Documentation: https://docs.renovatebot.com/configuration-options",
5493+
"fileMatch": [],
5494+
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json"
5495+
},
54905496
{
54915497
"name": "RenderCV",
54925498
"description": "RenderCV input file",

src/schema-validation.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"theme-v1.json",
386386
"renovate.json",
387387
"renovate-global-schema.json",
388+
"renovate-inherited-schema.json",
388389
"markdownlint.json",
389390
"geojson.json",
390391
"semgrep.json",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "https://docs.renovatebot.com/renovate-inherited-schema.json"
3+
}

0 commit comments

Comments
 (0)