1
0
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:
2025-08-10 21:03:19 +03:00
parent c6d196dee1
commit 69653a13a6
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": true,
},
"pip_requirements": {
"enabled": false
}
}

9
renovate.json5 Normal file
View File

@ -0,0 +1,9 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
lockFileMaintenance: {
enabled: true,
},
pip_requirements: {
enabled: false
}
}