diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index f305d25e..dfd5613f 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -2,20 +2,19 @@ name: Renovate on: schedule: - - cron: '0 */8 * * *' + - cron: "0 * * * *" jobs: renovate: runs-on: docker - container: renovate/renovate@sha256:41d577babe0af3f75c1f0784b13fcf3a6850515622b584526f574c23e21366cb + container: renovate/renovate@sha256:c452bbcc209e1d387568e3effa67361ecd6cbafb981d643297f3f66170cfe20e env: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }} 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 011b5da4..00000000 --- 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 00000000..468a9043 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>snailed/renovate-config" + ] +}