Skip to content

Commit

Permalink
dependabot fetch v1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbouchaud committed Nov 28, 2024
1 parent 68957e4 commit 8dc4e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
dependabot:
Expand All @@ -11,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down

0 comments on commit 8dc4e32

Please sign in to comment.