fix: remove orphan } in renovate config (broke PR #85) #86

Merged
admin merged 1 commits from fix/renovate-json-fix into main 2026-06-06 15:11:53 +02:00
Owner

Quick follow-up to PR #85 — the umami packageRule deletion left a stray } in config.json. Renovate would fail to parse its config on the next run. Removes the orphan brace; JSON now validates.

🤖 Generated with Claude Code

Quick follow-up to PR #85 — the umami packageRule deletion left a stray `}` in config.json. Renovate would fail to parse its config on the next run. Removes the orphan brace; JSON now validates. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
admin added 1 commit 2026-06-06 15:11:52 +02:00
The previous PR deleted the umami packageRule but left a stray closing
brace after it, which broke the embedded config.json. ArgoCD applied
the manifest as a string (it's a ConfigMap; k8s doesn't validate the
JSON inside data), so the live ConfigMap also has the invalid JSON --
next Renovate run would fail to parse the config.

Removing the orphan brace restores valid JSON. Verified `json.loads`
parses to 3 customManagers + 7 packageRules.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
admin merged commit 80750369da into main 2026-06-06 15:11:53 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/homelab-manifests#86