Skip to content

Commit 44c2914

Browse files
Configure Renovate (#15)
Co-authored-by: Oleh Prypin <[email protected]>
1 parent 4cbe4ac commit 44c2914

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/renovate.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"separateMajorMinor": false,
5+
"pip-compile": {
6+
"fileMatch": ["(^|/)requirements\\.in$"]
7+
},
8+
"pip_requirements": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "Main NPM deps",
14+
"matchPaths": ["+(package*.json)"],
15+
"lockFileMaintenance": {"enabled": true},
16+
"schedule": ["after 5am and before 8am on the first day of the month"]
17+
},
18+
{
19+
"groupName": "Docs Python deps",
20+
"matchManagers": ["pip-compile"],
21+
"matchFiles": ["docs/requirements.in"],
22+
"schedule": ["after 5am and before 8am on the first day of the month"]
23+
},
24+
{
25+
"groupName": "GH Actions",
26+
"matchManagers": ["github-actions"],
27+
"schedule": ["after 5am and before 8am on the first day of the month"]
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)