Add initial Renovate configuration (#157)

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
renovate-rancher[bot] 2025-02-19 12:01:31 -08:00 committed by GitHub
parent fd12a42dac
commit 3f4c7c1f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,13 @@ on:
schedule:
- cron: '30 4,6 * * *'
permissions:
contents: read
id-token: write
jobs:
call-workflow:
uses: rancher/renovate-config/.github/workflows/renovate.yml@release
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
with:
logLevel: ${{ inputs.logLevel || 'info' }}
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}