Skip to content

Commit fe74189

Browse files
committed
Reduce noise
1 parent d9da64c commit fe74189

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

renovate.json

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
5-
]
4+
"config:base",
5+
":disableDependencyDashboard",
6+
":gitSignOff"
7+
],
8+
"labels": [
9+
"dependency"
10+
],
11+
"npm": {
12+
"packageRules": [
13+
{
14+
"matchUpdateTypes": [
15+
"minor",
16+
"patch",
17+
"pin",
18+
"digest"
19+
],
20+
"automerge": true,
21+
"groupName": "npm",
22+
"schedule": [
23+
"on the first day of the month"
24+
]
25+
},
26+
{
27+
"matchUpdateTypes": [
28+
"major"
29+
],
30+
"groupName": "npm-major",
31+
"schedule": [
32+
"on the first day of the month"
33+
]
34+
}
35+
]
36+
}
637
}

0 commit comments

Comments
 (0)