Skip to content

Commit c5befbf

Browse files
author
Jimisola Laursen
committed
ci: add renovate auto-approve workflow
Calls the centralised reusable workflow in reqstool/.github to auto-approve Renovate PRs, satisfying the required-review branch protection rule and unblocking Renovate's auto-merge. Signed-off-by: jimisola <jimisola@jimisola.com>
1 parent 2bfe2a1 commit c5befbf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Renovate auto-approve
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
9+
jobs:
10+
approve:
11+
uses: reqstool/.github/.github/workflows/renovate-approve.yml@main

0 commit comments

Comments
 (0)