mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore(renovate): change prConcurrentLimit to 5 (default 10) and schedule once per week (#340)
This commit is contained in:
committed by
GitHub
parent
4b3f4bfab8
commit
a9918ae555
+2
-1
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"schedule": ["every 2 weeks on monday"],
|
||||
"schedule": ["every Monday"],
|
||||
"prConcurrentLimit": 5,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
|
||||
Reference in New Issue
Block a user