fix/22-fix-infinite-add-header fix infinite add in header (#24) #3000
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Renovate | |
#on: | |
# schedule: | |
# - cron: '*/5 8-19 * * 1-5' | |
jobs: | |
renovate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Self-hosted Renovate | |
uses: renovatebot/[email protected] | |
with: | |
token: ${{ secrets.RENOVATE_TOKEN }} |