Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
/ azury_bump Public archive

A Github Workflow for upgrading your dependencies in your Deno app.

License

Notifications You must be signed in to change notification settings

boywithkeyboard/azury_bump

Repository files navigation

bump

Warning: This project is DEPRECATED! Please use upgrade instead.

Workflow

name: 'bump'

on:
  workflow_dispatch:
  schedule:
    - cron: '0 4 * * *' # 4am, daily

jobs:
  bump:
    uses: 'azurystudio/bump/.github/workflows/bump.yml@v0'
    with:
      assignees: 'USERNAME' # optional
      reviewers: 'USERNAME'
    secrets:
      token: '${{ secrets.GITHUB_TOKEN }}'
      tokens: '${{ secrets.TOKEN }}@raw.githubusercontent.com' # optional (for private github repositories)

assignees and reviewers options are the same as defined in peter-evans/create-pull-request.

Registries

  • cdn.jsdelivr.net

    https://cdn.jsdelivr.net/npm/@scope/package@v0.0.0/...
    
    https://cdn.jsdelivr.net/npm/package@v0.0.0/...
    
    https://cdn.jsdelivr.net/gh/org/repo@v0.0.0/...
    
  • cdn.skypack.dev

    https://cdn.skypack.dev/@scope/package@0.0.0/...
    
    https://cdn.skypack.dev/package@0.0.0/...
    
  • deno.land

    https://deno.land/std@v0.0.0/...
    
    https://deno.land/x/package@v0.0.0/...
    
  • esm.run

    https://esm.run/@scope/package@v0.0.0/...
    
    https://esm.run/package@v0.0.0/...
    
  • esm.sh

    https://esm.sh/@scope/package@v0.0.0/...
    
    https://esm.sh/package@v0.0.0/...
    
  • raw.githubusercontent.com

    https://raw.githubusercontent.com/org/repo/tag/...
    

About

A Github Workflow for upgrading your dependencies in your Deno app.

Resources

License

Stars

Watchers

Forks

Sponsor this project