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 d5356dd commit 8ba6da3Copy full SHA for 8ba6da3
1 file changed
renovate.json
@@ -2,13 +2,16 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended",
5
- "group:all",
6
- "schedule:quarterly"
+ "group:all"
7
],
8
"lockFileMaintenance": {
9
"enabled": true,
10
- "extends": [
11
+ "schedule": [
+ "* 3 1 */3 *"
12
]
13
- }
+ },
14
+ "* 5 1 */3 *"
15
+ ],
16
+ "branchPrefix": "feature/renovate/"
17
}
0 commit comments