From 3f4c7c1f3a79465fad2b85bd80d64421ac1369fe Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:01:31 -0800 Subject: [PATCH] Add initial Renovate configuration (#157) Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> --- .github/workflows/{renovate.yml => renovate-vault.yml} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename .github/workflows/{renovate.yml => renovate-vault.yml} (84%) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate-vault.yml similarity index 84% rename from .github/workflows/renovate.yml rename to .github/workflows/renovate-vault.yml index abade6b..52f6a5d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate-vault.yml @@ -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}' || '' }}