oh-my-posh/.github/workflows/dependabot.yml

13 lines
231 B
YAML
Raw Normal View History

2023-05-17 22:23:40 -07:00
name: Dependabot auto-merge
on:
2023-11-04 03:52:10 -07:00
pull_request:
types: [opened, reopened]
2023-05-17 22:23:40 -07:00
permissions:
contents: write
pull-requests: write
jobs:
2023-11-04 03:52:10 -07:00
dependabot:
uses: jandedobbeleer/workflows/.github/workflows/dependabot.yml@main