Skip to content

Commit 27db931

Browse files
authored
Merge pull request #43 from rancher/deploy-renovate-2025-01-23-13-21-08
Add initial Renovate configuration
2 parents d0d3ae5 + a5c14ae commit 27db931

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/renovate.yml renamed to .github/workflows/renovate-vault.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '30 4,6 * * *'
1818

19+
permissions:
20+
contents: read
21+
id-token: write
22+
1923
jobs:
2024
call-workflow:
21-
uses: rancher/renovate-config/.github/workflows/renovate.yml@release
25+
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
2226
with:
2327
logLevel: ${{ inputs.logLevel || 'info' }}
2428
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}

0 commit comments

Comments
 (0)