Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

udd

udd #10

Workflow file for this run

name: udd
on:
schedule:
- cron: "0 0 1 * *" # Monthly
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
- name: Update Dependencies
run: |
deno run -A https://deno.land/x/[email protected]/main.ts ./import_map.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
title: "chore(deps): Update dependencies"
commit-message: "chore(deps): Update dependencies"
delete-branch: true