We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff67830 commit d44db1bCopy full SHA for d44db1b
renovate.json
@@ -1,3 +1,14 @@
1
{
2
- "extends": ["github>the-guild-org/shared-config:renovate"]
+ "$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"
14
}
0 commit comments