Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek163 committed Jul 19, 2024
1 parent 3a39bf5 commit a3a9bc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate
options: --user root #workaround for checkout

steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Checking files inside workspace
run: ls -R ${{github.workspace}}

- name: Run Renovate
env:
RENOVATE_CONFIG_FILE: ${{ github.workspace }}/config.js
Expand Down

0 comments on commit a3a9bc4

Please sign in to comment.