Skip to content

Commit

Permalink
LOG_LEVEL: 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 17, 2023
1 parent 9956048 commit 14d5c60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ concurrency:
# Variables
env:
config: renovate.json
pr_set: '["bcgov/nr-renovate", "bcgov/quickstart-openshift"]'
# pr_set: '["bcgov/nr-renovate", "bcgov/quickstart-openshift"]'
pr_set: '["bcgov/pubcode"]'

jobs:
Renovate:
Expand All @@ -35,7 +36,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
# Dry run and short repo list
cat <<< $(jq '.+= {"dryRun": "full"}' ${{ env.config }}) > ${{ env.config }}
# cat <<< $(jq '.+= {"dryRun": "full"}' ${{ env.config }}) > ${{ env.config }}
cat <<< $(jq '. | .repositories = ${{ env.pr_set }}' ${{ env.config }}) > ${{ env.config }}
cat ${{ env.config }} | jq .repositories
Expand All @@ -50,6 +51,8 @@ jobs:
# Run Renovate
- name: Run Renovate
uses: renovatebot/[email protected]
env:
LOG_LEVEL: 'debug'
with:
configurationFile: ${{ env.config }}
token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit 14d5c60

Please sign in to comment.