Run dependabot for cake #455
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: Run dependabot for cake | |
on: | |
workflow_dispatch: | |
schedule: | |
# run everyday at 6 | |
- cron: '0 6 * * *' | |
jobs: | |
dependabot-cake: | |
runs-on: ubuntu-22.04 # linux, because this is a docker-action | |
steps: | |
- name: check/update cake dependencies | |
uses: nils-org/[email protected] |