Skip to content

Commit 33d814f

Browse files
authored
Denoisify renovate (#190)
1 parent 41bcd65 commit 33d814f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"matchPackagePatterns": ["*"],
7+
"matchUpdateTypes": ["minor", "patch"],
8+
"groupName": "all non-major dependencies",
9+
"schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"]
10+
},
11+
{
12+
"matchPackagePatterns": ["^@sentry/.*"],
13+
"groupName": "sentry dependencies",
14+
"schedule": ["at any time"]
15+
}
16+
]
417
}

0 commit comments

Comments
 (0)