mirror of https://github.com/rancher/kubectl.git
Add initial Renovate configuration
This commit is contained in:
parent
14402e2997
commit
fee8894e56
|
|
@ -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