name: Renovate on: schedule: - cron: '0 5 * * *' # daily 05:00 EST workflow_dispatch: permissions: contents: write pull-requests: write issues: write jobs: renovate: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 1 - name: Run Renovate uses: renovatebot/github-action@c91a61c730fa166439cd3e2c300c041590002b1d # v44.0.3 with: configurationFile: .github/renovate.json token: ${{ secrets.CPMP_TOKEN }} env: LOG_LEVEL: info