Skip to content

Commit a41270a

Browse files
authored
Update renovate.json
- Renovate bot updates dependencies on the first day of the month before 6am
1 parent 8df54d0 commit a41270a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

renovate.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
12
{
23
"extends": [
34
"config:base"
4-
]
5+
],
6+
"pip_requirements": {
7+
"enabled": true,
8+
"schedule": "before 6am on the first day of the month",
9+
"ignoreUnstable": true
10+
},
11+
"pip_setup": {
12+
"enabled": true,
13+
"schedule": "before 6am on the first day of the month",
14+
"ignoreUnstable": true
15+
},
16+
"patch": {"enabled": false},
17+
"separateMinorPatch": true
18+
519
}

0 commit comments

Comments
 (0)