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