mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 14:25:49 +02:00
ci(dependencies): add workflow
This commit is contained in:
parent
8363c73010
commit
dd03153618
1 changed files with 13 additions and 0 deletions
13
.github/workflows/dependencies.yml
vendored
Normal file
13
.github/workflows/dependencies.yml
vendored
Normal 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
|
Loading…
Reference in a new issue