Update dependabot dependency update to be a workflow dispatch

This commit is contained in:
Tyler Dixon
2025-03-28 12:41:37 +00:00
parent cbdbf0bceb
commit 0915baf051

View File

@@ -1,11 +1,13 @@
name: Update Dependencies
on:
push:
branches:
- dependabot/npm_and_yarn/**
pull_request:
branches:
- dependabot/npm_and_yarn/**
workflow_dispatch:
inputs:
branch:
description: 'The branch to update dependencies on'
required: true
default: 'warning'
type: string
permissions:
contents: write
jobs:
@@ -14,6 +16,7 @@ jobs:
name: Update licensed cache
steps:
- uses: actions/checkout@v4
ref: ${{ github.event.inputs.branch }}
- run: npm ci