Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
fix renovate version
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Feb 5, 2025
1 parent 7ae0c17 commit 13b4d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
version:
description: Renovate version
default: latest
default: &renovate_version '39.146.0'
required: false
schedule:
- cron: "0 6 * * 6"
Expand All @@ -41,7 +41,7 @@ env:
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
RENOVATE_PLATFORM: github
RENOVATE_PLATFORM_COMMIT: true
WORKFLOW_RENOVATE_VERSION: "${{ inputs.version || '39.146.0' }}"
WORKFLOW_RENOVATE_VERSION: "${{ inputs.version || *renovate_version }}"

jobs:
renovate:
Expand Down

0 comments on commit 13b4d9a

Please sign in to comment.