Skip to content

Denopendabot

Denopendabot #733

Workflow file for this run

name: Denopendabot
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run App
uses: ./
with:
mode: app
exclude: integration/src/*
auto-merge: any
labels: dependencies