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 41bcd65 commit 33d814fCopy full SHA for 33d814f
renovate.json
@@ -1,4 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"]
+ "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
+ ]
17
}
0 commit comments