From 89311c44a0c86d49297bfa7b19602d8ba1e80578 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:53:15 +0100 Subject: [PATCH] config: remove docker properties renovate --- .github/renovate.json | 3 ++- .github/workflows/renovate.yml | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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