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 bbf67c5 commit 9571b3aCopy full SHA for 9571b3a
renovate.json
@@ -1,3 +1,17 @@
1
{
2
- "extends": ["github>the-guild-org/shared-config:renovate"]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["github>the-guild-org/shared-config:renovate"],
4
+ "automerge": false,
5
+ "lockFileMaintenance": {
6
+ "enabled": true,
7
+ "automerge": true
8
+ },
9
+ "packageRules": [
10
+ {
11
+ "matchUpdateTypes": ["minor", "patch"],
12
+ "groupName": "all non-major dependencies",
13
+ "groupSlug": "all-minor-patch",
14
+ "matchPackageNames": ["*"]
15
+ }
16
+ ]
17
}
0 commit comments