feat: renovatebot #1

Merged
ange merged 20 commits from devel into staging 2024-12-23 02:14:58 +00:00
Showing only changes of commit 8d8c2c180e - Show all commits

View File

@ -13,7 +13,7 @@ name="$1"
scopes="$2"
email="$name@$BASE_URL"
secret="gitea-$name"
passwd="$(kgseckey "$secret" password)"
passwd="$(kgseckey "$secret" password || true)"
if [ -z "$passwd" ]; then
passwd="$(openssl rand -hex 32)"