mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
13 lines
231 B
YAML
13 lines
231 B
YAML
name: Dependabot auto-merge
|
|
on:
|
|
pull_request:
|
|
types: [opened, reopened]
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
dependabot:
|
|
uses: jandedobbeleer/workflows/.github/workflows/dependabot.yml@main
|