diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000000..026147dd7a --- /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.3.0 + with: + configurationFile: renovate.json + renovate-json5: true