tweak renovate config to prevent errors in pull requests

This commit is contained in:
Mark Eaton
2026-01-23 23:51:46 -05:00
parent 3772658ac4
commit 49cd85fa60
+4 -1
View File
@@ -1,3 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": true
}
} }