chore(renovate): migrate the configuration to plain JSON
The JSON5 syntax was not used for anything that JSON cannot express. The only comment-looking entry was already a `description` field, which renovate evaluates itself and which therefore survives the conversion. Plain JSON is the better default here, because it needs no dedicated parser in editors and tooling. The converted configuration was verified against the JSON5 parser to be structurally identical to its predecessor. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Vendored
+1
-2
@@ -4,8 +4,7 @@
|
||||
"/unittests/**/*.yaml"
|
||||
],
|
||||
"https://docs.renovatebot.com/renovate-schema.json":[
|
||||
"renovate.json",
|
||||
"renovate.json5"
|
||||
"renovate.json"
|
||||
]
|
||||
},
|
||||
"yaml.schemaStore.enable": true,
|
||||
|
||||
Reference in New Issue
Block a user