Skip to content

Commit

Permalink
Add initial Renovate configuration (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
  • Loading branch information
renovate-rancher[bot] authored Feb 12, 2025
1 parent b0d3ebe commit 549bf49
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}' || '' }}
Expand Down

0 comments on commit 549bf49

Please sign in to comment.