chore: implement renovate
All checks were successful
Build Test / build (pull_request) Successful in 14s
All checks were successful
Build Test / build (pull_request) Successful in 14s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
12
renovate.json
Normal file
12
renovate.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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"],
|
||||
"dependencyDashboard": true,
|
||||
"prConcurrentLimit": 5,
|
||||
"prHourlyLimit": 2
|
||||
}
|
||||
Reference in New Issue
Block a user