Skip to content

Commit 0ea793f

Browse files
committed
build: add dependecy cooldown logic to renovate config
Signed-off-by: András Felleg <afelleg@gmail.com>
1 parent f664f2f commit 0ea793f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:recommended"],
4+
"prConcurrentLimit": 4,
5+
"reviewers": ["Norbert-Biczo", "Lidia-Tarcza", "Andras-Felleg"],
6+
"packageRules": [
7+
{
8+
"matchManagers": ["maven"],
9+
"groupName": "Java dependencies",
10+
"minimumReleaseAge": "3 days"
11+
},
12+
{
13+
"matchManagers": ["npm"],
14+
"extends": ["security:minimumReleaseAgeNpm"]
15+
}
16+
]
417
}

0 commit comments

Comments
 (0)