Skip to content

Commit

Permalink
ci(renovate): disable auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 8, 2024
1 parent 9167563 commit cccbc4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches:
- master
push:
branches:
# run checks also for renovate branches for auto-merge
# - 'renovate/**'

jobs:
check-update:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ env:
# Run renovate in dry-run mode if executed in branches other than master - prevents versions in PRs/branches from being updated
RENOVATE_DRY_RUN: "${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'master' || false }}"
# Renovate Automerge
RENOVATE_AUTOMERGE_TYPE: "branch"
RENOVATE_AUTOMERGE: "true"
# RENOVATE_AUTOMERGE_TYPE: "branch" # auto-merge without creating PR (requires checks to run on renovate branches)
# RENOVATE_AUTOMERGE: "true"

permissions: read-all

Expand Down

0 comments on commit cccbc4c

Please sign in to comment.