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 <sk.bunsenbrenner@gmail.com>

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/802
Reviewed-by: pat-s <pat-s@noreply.gitea.com>
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2025-02-23 14:19:13 +00:00 committed by justusbunsi
parent cb516e0f7f
commit 3c931de904

View File

@ -96,5 +96,12 @@
], ],
changelogUrl: 'https://github.com/helm/helm', 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'],
},
], ],
} }