ci: Run CI on renovate to automerge branches

This commit is contained in:
Edmund Miller 2024-11-18 10:30:26 -06:00
parent 6f500dbf31
commit e5529f4977
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,8 @@
"extends": [
"github>nf-core/ops//.github/renovate/default.json5",
"config:recommended",
"schedule:weekly"
"schedule:weekly",
":automergeBranch"
],
"packageRules": [
{

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- master
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- "renovate/**" # branches Renovate creates
pull_request:
workflow_dispatch:
release:

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- master
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- "renovate/**" # branches Renovate creates
pull_request:
workflow_dispatch:
release: