Skip to content

Commit

Permalink
Add initial Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] committed Jan 23, 2025
1 parent 1fbf9bd commit 7a6b686
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 7a6b686

Please sign in to comment.