diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 210a982..8c6d693 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: renovatebot/github-action@v46.1.3 with: mount-docker-socket: 'true' - configurationFile: renovate.json + configurationFile: config/renovate.json env: LOG_LEVEL: debug RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} diff --git a/renovate.json b/config/renovate.json similarity index 100% rename from renovate.json rename to config/renovate.json