Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
# The calling consumer repo — generic, never hardcoded.
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_AUTODISCOVER: 'false'
# Commit via the GitHub API, not local git push — avoids the
# "repository has changed during renovation" abort that a repo's CI
# reacting to the pushed branch can otherwise trigger.
RENOVATE_PLATFORM_COMMIT: 'enabled'
# dryRun true → 'full' (detect only); false → '' (live). 'full' is
# truthy so this ternary is sound.
RENOVATE_DRY_RUN: ${{ inputs.dryRun && 'full' || '' }}
Expand Down