Compare commits
2 Commits
09d33d415b
...
b52221d8b5
| Author | SHA1 | Date | |
|---|---|---|---|
| b52221d8b5 | |||
| cd56387916 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user