mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(renovate): less rebase noise,Cilium changelog
This commit is contained in:
14
.github/workflows/renovate-rebase.yaml
vendored
Normal file
14
.github/workflows/renovate-rebase.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# yoinked from onedr0p and modified
|
||||
# info in comments is accurate as of 2023-11-25
|
||||
name: "Renovate (Manual Rebase Re-run)"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["renovate/**"]
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
name: Renovate
|
||||
uses: ./.github/workflows/renovate.yaml
|
||||
secrets: inherit
|
||||
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
@@ -4,6 +4,7 @@
|
||||
name: "Renovate"
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dryRun:
|
||||
@@ -35,7 +36,6 @@ 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