feat(renovate): less rebase noise,Cilium changelog

This commit is contained in:
JJGadgets
2024-03-15 19:24:40 +08:00
parent 8259055863
commit c7adb62a76
4 changed files with 54 additions and 25 deletions

14
.github/workflows/renovate-rebase.yaml vendored Normal file
View 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

View File

@@ -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: