-
Notifications
You must be signed in to change notification settings - Fork 1
37 lines (28 loc) · 944 Bytes
/
denopendabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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