fix(ci): allow run of renovate merge_request for automerge
This commit is contained in:
parent
e1191366de
commit
9bba5e1720
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- 'renovate/**'
|
||||
schedule:
|
||||
- cron: "*/30 * * * *"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue