diff --git a/.github/renovate.json b/.github/renovate.json index 4b5e91ca5..9e6357e15 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,5 +15,6 @@ "updateInternalDeps": true, "rangeStrategy": "bump", "automerge": false, - "baseBranches": ["dev"] + "baseBranches": ["dev"], + "branchPrefix": "renovate/" } \ No newline at end of file diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7e32d6422..d9cd493b6 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,6 +14,5 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v40.0.2 with: - docker-cmd-file: .github/renovate-entrypoint.sh - docker-user: root - token: ${{ secrets.RENOVATE_TOKEN }} \ No newline at end of file + token: ${{ secrets.RENOVATE_TOKEN }} + configurationFile: '.github/renovate.json' \ No newline at end of file