We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e93aa commit 71c4fcdCopy full SHA for 71c4fcd
renovate.json
@@ -2,6 +2,11 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:recommended"],
4
"packageRules": [
5
+ {
6
+ "matchUpdateTypes": ["major"],
7
+ "schedule": ["before 10am on the first day of the month"],
8
+ "groupName": "other major updates"
9
+ },
10
{
11
"matchUpdateTypes": ["patch", "minor"],
12
"schedule": ["before 10am on the first day of the month"],
0 commit comments