Skip to content

Commit d44db1b

Browse files
update renovate config (#1830)
1 parent ff67830 commit d44db1b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
{
2-
"extends": ["github>the-guild-org/shared-config:renovate"]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"prConcurrentLimit": 25,
5+
"reviewers": ["YaroShkvorets", "0237h"],
6+
"automerge": false,
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"automerge": true
10+
},
11+
"recreateWhen": "never",
12+
"labels": ["dependencies"],
13+
"rebaseWhen": "conflicted"
314
}

0 commit comments

Comments
 (0)