Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 23f240e

Browse files
authored
chore: update renovate config to be less noisy (#912)
1 parent af67cfe commit 23f240e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

renovate.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
2-
"extends": [
3-
"config:base",
4-
"docker:disable"
5-
],
6-
"pinVersions": false,
7-
"rebaseStalePrs": true,
8-
"schedule": [
9-
"after 9am and before 3pm"
10-
],
11-
"gitAuthor": null,
2+
"extends": ["config:base", "docker:disable", ":pinOnlyDevDependencies"],
3+
"schedule": ["after 9am and before 3pm"],
124
"packageRules": [
135
{
14-
"extends": "packages:linters",
15-
"groupName": "linters"
6+
"groupName": "all non-major dependencies",
7+
"updateTypes": ["patch", "minor"],
8+
"groupSlug": "all-minor-patch"
169
}
1710
]
1811
}

0 commit comments

Comments
 (0)