diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 98b1fd1..c979dfb 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -24,5 +24,8 @@ jobs: - name: Run Renovate env: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - RENOVATE_CONFIG_FILE: renovate.json + RENOVATE_PLATFORM: gitea + RENOVATE_ENDPOINT: https://git.ktrix.dev/api/v1 + RENOVATE_AUTODISCOVER: true + LOG_LEVEL: debug run: renovate diff --git a/renovate.json b/renovate.json index 2cc4287..46d2309 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "platform": "gitea", - "endpoint": "https://git.ktrix.dev/api/v1", - "repositories": ["Nodarx/server"], + "extends": ["config:base"], "enabledManagers": ["npm", "composer"], - "schedule": ["every day"], + "schedule": ["before 3am"], "dependencyDashboard": true, "prConcurrentLimit": 5, "prHourlyLimit": 2