From 5a977fd675306784e01a7a4f7bc83146cc4379cc Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 18 May 2024 23:51:14 +0200 Subject: [PATCH] update renovate config --- .forgejo/workflows/renovate.yml | 1 - renovate.json => .renovaterc.json | 0 2 files changed, 1 deletion(-) rename renovate.json => .renovaterc.json (100%) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 507c034..dfd5613 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -15,7 +15,6 @@ jobs: RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: ${{ github.server_url }} RENOVATE_GIT_AUTHOR: "Johnny5 " - LOG_LEVEL: debug steps: - uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 diff --git a/renovate.json b/.renovaterc.json similarity index 100% rename from renovate.json rename to .renovaterc.json