mirror of
https://github.com/rancher/steve.git
synced 2025-07-03 10:06:35 +00:00
Add initial Renovate configuration (#457)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
parent
9139e492e0
commit
43f0f7cf62
@ -16,9 +16,13 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4,6 * * *'
|
- cron: '30 4,6 * * *'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-workflow:
|
call-workflow:
|
||||||
uses: rancher/renovate-config/.github/workflows/renovate.yml@release
|
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
|
||||||
with:
|
with:
|
||||||
logLevel: ${{ inputs.logLevel || 'info' }}
|
logLevel: ${{ inputs.logLevel || 'info' }}
|
||||||
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
|
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
|
Loading…
Reference in New Issue
Block a user