Skip to content

Commit

Permalink
Create merge-dependabot-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Jun 13, 2024
1 parent 3e2e95d commit 8045c3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/merge-dependabot-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: merge-dependabot-pr
on:
workflow_dispatch:
schedule:
- cron: '0,15,30,45 7-14 * * 1,2,3,4,5'

jobs:
merge-dependabot-pr:
uses: navikt/teamsykmelding-github-actions-workflows/.github/workflows/merge-dependabot-pr.yaml@main
permissions:
actions: write
checks: read
contents: write
pull-requests: write
statuses: read

0 comments on commit 8045c3b

Please sign in to comment.