From 7bf5f43d4bdc922b815aa95d9c24df29f98b176b Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Fri, 28 Mar 2025 12:55:03 +0000 Subject: [PATCH] Moving back to automated dependency updates --- .github/workflows/post-dependabot.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index a0d5d21..f9078c2 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -1,12 +1,11 @@ name: Update Dependencies on: - workflow_dispatch: - inputs: - branch: - description: 'The branch to update dependencies on' - required: true - type: string - + push: + branches: + - dependabot/npm_and_yarn/** + pull_request: + branches: + - dependabot/npm_and_yarn/** permissions: contents: write jobs: @@ -15,8 +14,6 @@ jobs: name: Update licensed cache steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.branch }} - run: npm ci