Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
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 oneFolders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
depup action updates version in a given file automatically.
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: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
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 }}
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.
