mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-08-12 07:48:07 +02:00
Use json5 for renovate.json
This commit is contained in:
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true,
|
|
||||||
},
|
|
||||||
"pip_requirements": {
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
}
|
|
9
renovate.json5
Normal file
9
renovate.json5
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
lockFileMaintenance: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
|
pip_requirements: {
|
||||||
|
enabled: false
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user