andrcuns/allure-report-publisher

View on GitHub
.github/workflows/renovate.yml

Summary

Maintainability
Test Coverage
name: Renovate

on:
  schedule:
    - cron: "0 12 * * *"

jobs:
  renovate:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4.1.6
      - name: Self-hosted Renovate
        uses: renovatebot/github-action@v40.2.10
        with:
          configurationFile: .github/renovate.json
          token: ${{ secrets.RENOVATE_TOKEN }}