diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0a8a563..632b92e 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,12 +23,14 @@ jobs: - name: Set dry run and repo list if: github.event_name == 'pull_request' env: - repos: '["bcgov/nr-renovate"]' + repos: '["bcgov/nr-renovate", "bcgov/quickstart-openshift"]' run: | + cat <<< $(jq '.+= {"dryRun": "full"}' ${{ env.config }}) > ${{ env.config }} cat <<< $(jq '. | .repositories = ${{ env.repos }}' ${{ env.config }}) > ${{ env.config }} + cat ${{ env.config }} | jq .repositories - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.149.0 + uses: renovatebot/github-action@v39.0.1 with: configurationFile: ${{ env.config }} token: ${{ secrets.RENOVATE_TOKEN }}