diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index c388cad..8cfb04c 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -24,14 +24,3 @@ on: - ".github/renovate/**.json5" - ".github/workflows/schedule-renovate.yaml" -jobs: - renovate: - name: Renovate - uses: bjw-s/gh-workflows/.github/workflows/run-renovate.yaml@main - with: - configurationFile: ".github/renovate.json5" - dryRun: ${{ inputs.dryRun || 'false' }} - renovateLogLevel: ${{ inputs.logLevel || 'debug' }} - # secrets: - # app_id: ${{ secrets.BJWS_APP_ID }} - # app_private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }} \ No newline at end of file