Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Action which updates dependencies automatically

License

NotificationsYou must be signed in to change notification settings

reviewdog/action-depup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestreviewdogdepupreleaseGitHub release (latest SemVer)action-bumpr supported

depup action updates version in a given file automatically.

demo

Supported patterns example:

REVIEWDOG_VERSION=0.1.0# v prefix is supported as well.REVIEWDOG_VERSION=v0.1.0
# Dockerfile sampleENV REVIEWDOG_VERSION=0.1.0# space is supported as well.ENV REVIEWDOG_VERSION 0.1.0ARG REVIEWDOG_VERSION=0.1.0
# yaml sampleyaml:REVIEWDOG_VERSION:0.1.0

demo:#4

Inputs

inputs:github_token:description:"GITHUB_TOKEN to get latest version with GitHub Release API"default:"${{ github.token }}"file:description:"target file"required:trueversion_name:description:"target version name. e.g. REVIEWDOG_VERSION"required:truerepo:description:"target GitHub repository. e.g. reviewdog/reviewdog"required:truetag:description:"Check tags instead of releases."default:"false"required:false

Example usage

name:depupon:schedule:    -cron:"14 14 * * *"workflow_dispatch:jobs:reviewdog:runs-on:ubuntu-lateststeps:      -uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2      -uses:reviewdog/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5# v1.6.4id:depupwith:file:testdata/testfileversion_name:REVIEWDOG_VERSIONrepo:reviewdog/reviewdog      -name:Create Pull Requestuses:peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672# v3.14.0with:token:${{ secrets.GITHUB_TOKEN }}title:"chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"commit-message:"chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"body:|            Update ${{ steps.depup.outputs.repo }} to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/v${{ steps.depup.outputs.latest }})            This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).branch:depup/${{ steps.depup.outputs.repo }}

Run depup, and then create PR

If you want to create a PR after, you can usereviewdog/action-depup/with-pr@v1 action.

name:depupon:schedule:    -cron:"14 14 * * *"workflow_dispatch:jobs:reviewdog:runs-on:ubuntu-lateststeps:      -uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2      -uses:reviewdog/action-depup/with-pr@94a1aaf4e4923064019214b48a43276218af7ad5# v1.6.4with:file:testdata/testfileversion_name:REVIEWDOG_VERSIONrepo:reviewdog/reviewdog

About

Action which updates dependencies automatically

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors11


[8]ページ先頭

©2009-2025 Movatter.jp