diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index caa4cd8..4ee69b0 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -1,29 +1,4 @@ on: [push] - workflow_call: - inputs: - dryRun: - description: "Dry-Run" - default: "false" - required: false - type: string - renovateLogLevel: - description: "Log-Level" - default: "debug" - required: false - type: string - configurationFile: - description: "Renovate configuration file" - default: ".github/renovate.json5" - required: false - type: string - secrets: - app_id: - description: "App ID of the application used to generate a token" - required: true - app_private_key: - description: "Private key of the application used to generate a token" - required: true - jobs: renovate: name: Renovate @@ -37,8 +12,7 @@ jobs: - name: Renovate uses: renovatebot/github-action@v39.0.1 env: - DRY_RUN: ${{ inputs.dryRun }} - LOG_LEVEL: ${{ inputs.renovateLogLevel }} + # DRY_RUN: ${{ inputs.dryRun }} + LOG_LEVEL: debug with: - configurationFile: ${{ inputs.configurationFile }} token: '${{ secrets.token }}' \ No newline at end of file