Skip to content

Commit d4f70ba

Browse files
committed
chore(renovate): update renovate.json
1 parent 22d4e79 commit d4f70ba

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
/*
7+
* Avoid churn
8+
*/
9+
"prConcurrentLimit": 5,
10+
"prHourlyLimit": 2,
11+
/*
12+
* Make failures obvious instead of retrying forever
13+
*/
14+
"rebaseWhen": "conflicted",
15+
"gitIgnoredAuthors": [
16+
"renovate[bot]@users.noreply.github.com"
517
]
6-
}
18+
}

0 commit comments

Comments
 (0)