fix(ci): allow run of renovate merge_request for automerge

This commit is contained in:
WrenIX 2024-04-11 06:46:55 +00:00
parent e1191366de
commit 9bba5e1720

View file

@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
branches:
- 'renovate/**'
schedule: schedule:
- cron: "*/30 * * * *" - cron: "*/30 * * * *"