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.
renovate
1 parent ea97f33 commit 81e5085Copy full SHA for 81e5085
renovate.json
@@ -9,16 +9,23 @@
9
"automerge": false,
10
"automergeType": "branch"
11
},
12
+ {
13
+ "matchUpdateTypes": ["patch"],
14
+ "groupName": "weekly patch updates",
15
+ "schedule": ["before 5am every monday"],
16
+ "addLabels": ["deps: patches"]
17
+ },
18
19
+ "matchUpdateTypes": ["minor"],
20
+ "groupName": "weekly minor updates",
21
22
+ "addLabels": ["deps: minor"]
23
24
{
25
"groupName": "docker-github-actions",
26
"matchPackagePatterns": ["docker/*"],
27
"automerge": true,
28
29
- {
- "matchUpdateTypes": ["patch"],
- "groupName": "weekly patch updates",
- "schedule": ["before 5am every monday"]
- }
30
]
31
}
0 commit comments