Skip to content

Commit 813d768

Browse files
authored
Limit renovate PRs to nights and weekend
1 parent 47216a1 commit 813d768

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

renovate.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
],
6-
"labels": [
7-
"dependencies",
8-
"filigran team"
9-
],
10-
"prConcurrentLimit": 2,
11-
"packageRules": [
12-
{
13-
"matchUpdateTypes": ["minor"],
14-
"prPriority": 5
15-
}
16-
]
17-
}
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"labels": [
7+
"dependencies",
8+
"filigran team"
9+
],
10+
"prConcurrentLimit": 2,
11+
"packageRules": [
12+
{
13+
"matchUpdateTypes": ["minor"],
14+
"prPriority": 5
15+
}
16+
],
17+
"timezone": "Europe/Paris",
18+
"schedule": [
19+
"after 10pm and before 5am every weekday",
20+
"every weekend"
21+
],
22+
"updateNotScheduled": false
23+
}

0 commit comments

Comments
 (0)