Skip to content

Commit

Permalink
feat: auto-update dependency prs (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Mar 7, 2024
1 parent dd33db1 commit b62773e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto_update_dependency_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto-Update Dependency PR
on:
push:
branches:
- main
jobs:
autoupdate:
name: Auto-Update Dependency PR
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "dependencies"
MERGE_CONFLICT_ACTION: "fail"

0 comments on commit b62773e

Please sign in to comment.