diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2c782eae2..ae7a6dcbd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,5 +18,7 @@ jobs: - name: Run Renovate uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7 with: - useSlim: false - token: ${{ github.token }} \ No newline at end of file + configurationFile: renovate.json + token: ${{ github.token }} + env: + RENOVATE_REPOSITORIES: '["pooneyy/1Panel-Appstore"]' \ No newline at end of file