Skip to main content
Module

x/packup/.github/workflows/deps.yml

📦 Zero-config web application packager in Deno
Go to Latest
File
on: schedule: - cron: "0 0 * * *" # run depsbot everyday at 00:00 UTCjobs: depsbot: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@master - name: Run depsbot uses: denosaurs/depsbot@master with: github_token: ${{ secrets.GITHUB_TOKEN }}