Git Product home page Git Product logo

update-node-scoped-dependencies's Introduction

Update node scoped dependencies

Updates Node scoped dependencies to latest and creates a pull request with the changes.

This project was forked from neverendingqs/gh-action-node-update-deps and modified to work with a single scope by using update-by-scope

Example usage

name: Scheduled dependencies update
on:
  schedule:
    - cron: '0 15 * * 2'
jobs:
  update-deps:
    name: Update Node dependencies
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - uses: Bullrich/update-node-scoped-dependencies@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          NPM_TOKEN: ${{ secrets.NPM_TOKEN }}       # NPM token to use when `npm-registry-*` configs are set
        with:
          commit-message-prefix: fix                # defaults 'chore'
          git-user-email: [email protected]       # defaults to '41898282+github-actions[bot]@users.noreply.github.com'
          git-user-name: Test                       # defaults to 'github-actions[bot]'
          npm-registry-scope: '@thescope'           # Scope to update. Required
          npm-registry-url: 'https://domain/pkgs'   # Registry where the scope can be available. Optional.
          pre-commit-script: npm run build          # defaults to not running anything
          pull-request-labels: test                 # defaults to 'dependencies'
          requested-user: bullrich                  # Not required. User to request the review
          requested-team: frontend-devs             # Not required. Team to request the review

update-node-scoped-dependencies's People

Contributors

neverendingqs avatar jvandervelden avatar bullrich avatar

Stargazers

Med Redha Khelifi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.