Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/nodejs-04e1a1f0e3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Mar 23, 2024
2 parents daca6c0 + cb3bd7f commit 741559e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Dependabot auto-merge
on: pull_request
on:
pull_request_review:
types: [submitted]

permissions:
contents: write
Expand All @@ -12,7 +14,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 741559e

Please sign in to comment.