Skip to content

Commit 9c9d698

Browse files
jimisolaJimisola Laursen
andauthored
ci: add renovate auto-approve workflow (#142)
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> Co-authored-by: Jimisola Laursen <jimisola.laursen@resurs.se>
1 parent 2bfe2a1 commit 9c9d698

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
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)