diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml new file mode 100644 index 00000000..afb91da1 --- /dev/null +++ b/.github/workflows/deps.yaml @@ -0,0 +1,25 @@ +name: Renovate + +on: + push: + branches: + - develop + - main + pull_request: + branches: + - develop + +jobs: + linters: + name: Run renovate check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Renovate Bot GitHub Action + uses: renovatebot/github-action@v39.1.3 + with: + renovate-version: 37.68.3 + token: ${{ secrets.RENOVATE_TOKEN }} + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + LOG_LEVEL: 'debug'