chore: update renovate configuration
All checks were successful
Build Test / build (pull_request) Successful in 13s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-11 00:03:54 -05:00
parent 09d33d415b
commit cd56387916
2 changed files with 6 additions and 5 deletions

View File

@@ -24,5 +24,8 @@ jobs:
- name: Run Renovate - name: Run Renovate
env: env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} 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 run: renovate

View File

@@ -1,11 +1,9 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "gitea",
"endpoint": "https://git.ktrix.dev/api/v1",
"repositories": ["Nodarx/server"],
"extends": ["config:base"], "extends": ["config:base"],
"enabledManagers": ["npm", "composer"], "enabledManagers": ["npm", "composer"],
"schedule": ["every day"], "schedule": ["before 3am"],
"dependencyDashboard": true, "dependencyDashboard": true,
"prConcurrentLimit": 5, "prConcurrentLimit": 5,
"prHourlyLimit": 2 "prHourlyLimit": 2