From 23a9b9145d374d7e37b530c1ed87a4915eef5a92 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 18 May 2024 23:50:57 +0200 Subject: [PATCH] update renovate config --- .forgejo/workflows/renovate.yml | 5 ++--- .renovaterc.json | 5 ----- renovate.json | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .renovaterc.json create mode 100644 renovate.json diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 5b89a50..dfd5613 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: - - cron: '0 */8 * * *' + - cron: "0 * * * *" jobs: renovate: @@ -14,8 +14,7 @@ jobs: RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.JOHNNY5_GPG_PRIVKEY }} RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: ${{ github.server_url }} - RENOVATE_GIT_AUTHOR: 'Johnny5 ' - LOG_LEVEL: debug + RENOVATE_GIT_AUTHOR: "Johnny5 " steps: - uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 diff --git a/.renovaterc.json b/.renovaterc.json deleted file mode 100644 index 011b5da..0000000 --- a/.renovaterc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:best-practices"], - "enabledManagers": ["github-actions"] -} diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..468a904 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>snailed/renovate-config" + ] +}