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": [ "extends": [
"github>nf-core/ops//.github/renovate/default.json5", "github>nf-core/ops//.github/renovate/default.json5",
"config:recommended", "config:recommended",
"schedule:weekly" "schedule:weekly",
":automergeBranch"
], ],
"packageRules": [ "packageRules": [
{ {

View file

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- master - master
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- "renovate/**" # branches Renovate creates
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
release: release:
@ -20,6 +22,7 @@ jobs:
- "21.10.3" - "21.10.3"
- "22.04" - "22.04"
- "22.03.1-edge" - "22.03.1-edge"
- "24.10.1"
- "latest" - "latest"
- "latest-stable" - "latest-stable"
- "latest-edge" - "latest-edge"

View file

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