Update schedule-renovate.yaml
This commit is contained in:
parent
2f800b1ffc
commit
9fd0d26245
1 changed files with 0 additions and 11 deletions
11
.github/workflows/schedule-renovate.yaml
vendored
11
.github/workflows/schedule-renovate.yaml
vendored
|
@ -24,14 +24,3 @@ on:
|
||||||
- ".github/renovate/**.json5"
|
- ".github/renovate/**.json5"
|
||||||
- ".github/workflows/schedule-renovate.yaml"
|
- ".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 }}
|
|
Reference in a new issue