Skip to content

Commit

Permalink
Update dependabot-meta.yml (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward authored Jun 29, 2024
1 parent c6f95f7 commit 6bea86f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/dependabot-meta.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: Dependabot fetch metadata
on:
pull_request:
branches:
- main

permissions:
pull-requests: write
issues: write
repository-projects: write

on: pull_request_target
jobs:
dependabot:
permissions:
pull-requests: write
issues: write
repository-projects: write
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 #v2.1.0
with:
alert-lookup: true
compat-lookup: true
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 6bea86f

Please sign in to comment.