Merge pull request #170 from nf-core/ci-chores

CI Chores
This commit is contained in:
Maxime U Garcia 2024-11-19 09:28:17 +01:00 committed by GitHub
commit 1008e1c952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 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:
@ -20,6 +22,7 @@ jobs:
- "21.10.3"
- "22.04"
- "22.03.1-edge"
- "24.10.1"
- "latest"
- "latest-stable"
- "latest-edge"

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: