-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
53 lines (53 loc) · 1.43 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": false,
"branchPrefix": "renovate-",
"constraints": {
"python": "3.8.10"
},
"pip-compile": {
"fileMatch": [
"(^|/)requirements\\.in$",
"(^|/)requirements-fmt\\.in$",
"(^|/)requirements-lint\\.in$",
"(^|/)requirements-unit\\.in$",
"(^|/)requirements-integration\\.in$",
"(^|/)requirements.*\\.in$"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"on the 2nd and 4th day instance on sunday"
]
}
},
"pip_requirements": {
"enabled": false
},
"automergeType": "branch",
"packageRules": [
{
"groupName": "testing deps",
"matchPackagePatterns": [
"^black$",
"codespell",
"flake8",
"flake8-builtins",
"flake8-copyright",
"flake8-docstrings",
"isort",
"pep8-naming",
"pyproject-flake8",
"pytest",
"pytest-asyncio",
"selenium",
"selenium-wire"
],
"automerge": true
}
],
"schedule": [
"on the 2nd and 4th day instance on sunday"
]
}