feat: Disable automatic configuration updates in config.jsonc

This commit is contained in:
2025-11-11 13:37:26 +01:00
parent 932dedd8a8
commit 8b3d2224a2

View File

@@ -163,7 +163,7 @@
"enabled": true,
"method": "github-api",
"dockerMode": "auto", // "auto" = detect automatically, "force-docker" = always use Docker mode, "force-host" = never use Docker mode
"autoUpdateConfig": true,
"autoUpdateConfig": false,
"autoUpdateAccounts": false
},
// === ERROR REPORTING ===