Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Dependabot
on:
  pull_request:

permissions:
  contents: write
  pull-requests: write

jobs:
  dependabot:
    uses: langston-barrett/gha/.github/workflows/merge-dependabot-prs.yml@8453c38f50561612c0baddb16d1438950c4d7473
    with:
      only-patch: false