From 3478ceeeb94114dfa92e12157942e8b3487f0517 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 22 Nov 2025 09:47:05 -0600 Subject: [PATCH] updatebot: Add Music Assistant --- updatebot/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/updatebot/config.yml b/updatebot/config.yml index 5286039..0846607 100644 --- a/updatebot/config.yml +++ b/updatebot/config.yml @@ -107,3 +107,13 @@ projects: kind: github organization: dani-garcia repo: vaultwarden + +- name: music-assistant + kind: kustomize + images: + - name: music-assistant + image: ghcr.io/music-assistant/server + source: + kind: github + organization: music-assistant + repo: server