disable opencode auto-update feature as we rely on pacman (#4582)

* disable opencode auto-update feature as we rely on pacman

* Refreshing already produces a .bak, so that's enough

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Stefan Gründel
2026-02-17 11:42:54 +01:00
committed by GitHub
parent 3e07255fbc
commit 7dc638358b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "system"
"theme": "system",
"autoupdate": false
}