Denopendabot #470
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: Denopendabot | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" # modify to your convenient time | |
jobs: | |
run: | |
name: Run App | |
runs-on: ubuntu-latest | |
steps: | |
# dispatch a `denopendabot_run` repository event | |
- name: Dispatch Run | |
uses: hasundue/[email protected] # @denopendabot hasundue/denopendabot | |
with: | |
mode: app | |
# or 'action' if you want run Denopendabot locally | |
# branch to update dependencies | |
base-branch: main | |
# branch for Denopendabot to commit changes | |
working-branch: denopendabot | |
# labels for pull requests | |
labels: dependencies | |
# merge pull requests automatically if all the checks are passing | |
auto-merge: any | |
# only update specific files | |
# include: mod.ts deps.ts | |
# exclude specific files | |
# exclude: deno.json LICENSE |