fix: remove orphan } in renovate config (broke PR #85) #86
Reference in New Issue
Block a user
Delete Branch "fix/renovate-json-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
}left by previous cleanup PR (#85) f189a742cd