Skip to content

Commit 62e0cb7

Browse files
chore(config): migrate config renovate.json (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e35caa commit 62e0cb7

File tree

1 file changed

+35
-16
lines changed

1 file changed

+35
-16
lines changed

renovate.json

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,49 @@
11
{
2-
"extends": ["config:base"],
3-
"semanticCommits": true,
2+
"extends": [
3+
"config:recommended"
4+
],
5+
"semanticCommits": "enabled",
46
"ignoreDeps": [],
57
"schedule": "before 3am on the first day of the month",
6-
"assignees": ["aorumbayev"],
7-
"baseBranches": ["main"],
8+
"assignees": [
9+
"aorumbayev"
10+
],
11+
"baseBranches": [
12+
"main"
13+
],
814
"separateMajorMinor": true,
9-
"rebaseStalePrs": true,
15+
"rebaseWhen": "behind-base-branch",
1016
"lockFileMaintenance": {
1117
"enabled": true,
12-
"extends": "schedule:monthly",
18+
"extends": [
19+
"schedule:monthly"
20+
],
1321
"automerge": true
1422
},
1523
"packageRules": [
1624
{
17-
"matchPackagePatterns": ["*"],
18-
"matchUpdateTypes": ["minor", "patch"],
25+
"matchCategories": [
26+
"python"
27+
],
28+
"enabled": false
29+
},
30+
{
31+
"matchCategories": [
32+
"docker"
33+
],
34+
"enabled": true
35+
},
36+
{
37+
"matchUpdateTypes": [
38+
"minor",
39+
"patch"
40+
],
1941
"groupName": "all non-major dependencies",
2042
"groupSlug": "all-minor-patch",
21-
"automerge": true
43+
"automerge": true,
44+
"matchPackageNames": [
45+
"*"
46+
]
2247
}
23-
],
24-
"docker": {
25-
"enabled": true
26-
},
27-
"python": {
28-
"enabled": false
29-
}
48+
]
3049
}

0 commit comments

Comments
 (0)