Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav committed Jan 5, 2024
1 parent 3ad19e1 commit f1e65ec
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/teamesyfo-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 f1e65ec

Please sign in to comment.