Skip to content

Commit b2a33a0

Browse files
authored
Add files via upload
1 parent 8b649e1 commit b2a33a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: merge-dependabot-pr
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0,15,30,45 7-14 * * 1,2,3,4,5'
6+
7+
jobs:
8+
merge-dependabot-pr:
9+
uses: navikt/teamsykmelding-github-actions-workflows/.github/workflows/merge-dependabot-pr.yaml@main
10+
permissions:
11+
actions: write
12+
checks: read
13+
contents: write
14+
pull-requests: write
15+
statuses: read

0 commit comments

Comments
 (0)