Skip to content

Commit

Permalink
DDST-452: Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcbowman authored Dec 4, 2024
1 parent c7e3dcb commit 090e3d7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Dependabot Pull-Request Ticket
on: pull_request

name: Bot Pull-Request Ticket
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
repository-projects: read
checks: read
contents: read
actions: read

jobs:
dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 090e3d7

Please sign in to comment.