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" + ] +}