Skip to content

Commit

Permalink
Update Renovate action
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 10, 2023
1 parent 96ce3f4 commit 06eaca9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 06eaca9

Please sign in to comment.