From a149bc876174ae5cabf735b4471c1bcbb1ae9c4f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 24 Sep 2024 07:15:41 -0500 Subject: [PATCH] updatebot: Manage Authelia --- updatebot/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/updatebot/config.yml b/updatebot/config.yml index 90abc03..6d8e02e 100644 --- a/updatebot/config.yml +++ b/updatebot/config.yml @@ -86,3 +86,13 @@ projects: kind: github organization: binwiederhier repo: ntfy + +- name: authelia + kind: kustomize + images: + - name: authelia + image: ghcr.io/authelia/authelia + source: + kind: github + organization: authelia + repo: authelia