Skip to content

Commit

Permalink
Update GHA for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis committed Oct 12, 2024
1 parent 6a02a02 commit a5019c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-updates.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Dependabot Pull Request
on: pull_request
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'martin-majlis/Wikipedia-API'

permissions:
contents: write
Expand All @@ -9,6 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'martin-majlis/Wikipedia-API'
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
Expand Down

0 comments on commit a5019c1

Please sign in to comment.