Renovate Dependency Update #35
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 Dependency Update | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 1 * *" # Run the 1st of each month | |
jobs: | |
renovate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Renovate Update | |
uses: renovatebot/[email protected] | |
with: | |
configurationFile: renovate.json | |
token: ${{ secrets.GITHUB_TOKEN }} |