Add initial Renovate configuration

This commit is contained in:
renovate-rancher[bot] 2025-01-23 13:20:34 +00:00
parent 63bb33ba07
commit 7d7e72a4c6

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}' || '' }}