Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 18, 2024
1 parent 5168ee5 commit 8d829c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dependabot

on:
pull_request:
pull_request_target:
types: [opened, synchronize, labeled]

jobs:
Expand All @@ -21,5 +21,5 @@ jobs:
owner: ${{ github.repository_owner }}
repo: markdown-to-jsx
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.DEPENDABOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
include-changelog: true

0 comments on commit 8d829c7

Please sign in to comment.