mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
Moving back to automated dependency updates
This commit is contained in:
15
.github/workflows/post-dependabot.yml
vendored
15
.github/workflows/post-dependabot.yml
vendored
@@ -1,12 +1,11 @@
|
|||||||
name: Update Dependencies
|
name: Update Dependencies
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
inputs:
|
branches:
|
||||||
branch:
|
- dependabot/npm_and_yarn/**
|
||||||
description: 'The branch to update dependencies on'
|
pull_request:
|
||||||
required: true
|
branches:
|
||||||
type: string
|
- dependabot/npm_and_yarn/**
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
@@ -15,8 +14,6 @@ jobs:
|
|||||||
name: Update licensed cache
|
name: Update licensed cache
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: ${{ github.event.inputs.branch }}
|
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user