mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(renovate): rebaseWhen behind-base-branch
This commit is contained in:
1
.github/workflows/renovate.yaml
vendored
1
.github/workflows/renovate.yaml
vendored
@@ -31,6 +31,7 @@ env:
|
||||
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}" # this is to prevent forks from running Renovate against upstream repo
|
||||
RENOVATE_USERNAME: "${{ secrets.BOT_USERNAME }}[bot]"
|
||||
RENOVATE_GIT_AUTHOR: "${{ secrets.BOT_USERNAME }} <${{ secrets.BOT_API_ID }}+${{ secrets.BOT_USERNAME }}[bot]@users.noreply.github.com>" # get $BOT_API_ID from `curl -s 'https://api.github.com/users/$(BOT_USERNAME)%5Bbot%5D' | yq .id`
|
||||
RENOVATE_REBASE_WHEN: "behind-base-branch"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
||||
Reference in New Issue
Block a user