From 3c931de904f18ddf7af92afeeb4c314fcd4caac9 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Sun, 23 Feb 2025 14:19:13 +0000 Subject: [PATCH] chore: ensure Gitea update at any possible time (#802) This reduces manual overhead from all of us. It should overrule the "schedule only on weekends" at the top of our Renovate config. Signed-off-by: justusbunsi Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/802 Reviewed-by: pat-s Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index aa6f5ce..b8743c3 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -96,5 +96,12 @@ ], changelogUrl: 'https://github.com/helm/helm', }, + { + description: 'Bump Gitea as fast as possible - not only on weekends', + matchDepNames: [ + 'go-gitea/gitea', + ], + schedule: ['at any time'], + }, ], }