ci(dependencies): add workflow

This commit is contained in:
James Reeve 2024-05-29 14:44:08 -04:00
parent 8363c73010
commit dd03153618

13
.github/workflows/dependencies.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Dependency Automation
on: pull_request
permissions:
pull-requests: write
contents: write
issues: write
jobs:
dependencies:
name: Dependencies
uses: ibm-skills-network/.github/.github/workflows/dependency-auto-merge.yml@main
secrets: inherit