diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..0e3c0c3 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,14 @@ +name: Renovate +on: + schedule: + - cron: '0 3 * * *' + workflow_dispatch: + +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: renovatebot/github-action@v40 + with: + token: ${{ secrets.GITHUB_TOKEN }}