mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
11 lines
177 B
YAML
11 lines
177 B
YAML
|
name: Dependabot Automation
|
||
|
on:
|
||
|
pull_request:
|
||
|
|
||
|
permissions:
|
||
|
pull-requests: write
|
||
|
|
||
|
jobs:
|
||
|
run:
|
||
|
uses: anchore/workflows/.github/workflows/dependabot-automation.yaml@main
|