mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-22 04:48:18 +00:00
ci: Run CI on renovate to automerge branches
This commit is contained in:
parent
6f500dbf31
commit
e5529f4977
3 changed files with 6 additions and 1 deletions
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
|
@ -3,7 +3,8 @@
|
|||
"extends": [
|
||||
"github>nf-core/ops//.github/renovate/default.json5",
|
||||
"config:recommended",
|
||||
"schedule:weekly"
|
||||
"schedule:weekly",
|
||||
":automergeBranch"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
|
|
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue