Skip to content

Commit 7ec12fe

Browse files
chore(config): migrate config renovate.json (#990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8b1ede commit 7ec12fe

File tree

1 file changed

+35
-14
lines changed

1 file changed

+35
-14
lines changed

renovate.json

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,52 @@
1111
"enabled": true,
1212
"dependencyDashboardApproval": false
1313
},
14-
"baseBranches": ["main"],
14+
"baseBranchPatterns": [
15+
"main"
16+
],
1517
"recreateWhen": "never",
1618
"timezone": "America/New_York",
1719
"packageRules": [
1820
{
1921
"groupName": "Python dependencies (minor and patch)",
20-
"matchUpdateTypes": ["minor", "patch"],
21-
"matchFileNames": ["pyproject.toml"],
22-
"schedule": ["before 7am on monday"],
22+
"matchUpdateTypes": [
23+
"minor",
24+
"patch"
25+
],
26+
"matchFileNames": [
27+
"pyproject.toml"
28+
],
29+
"schedule": [
30+
"before 7am on monday"
31+
],
2332
"prPriority": 7
2433
},
2534
{
2635
"groupName": "Python dependencies (major)",
27-
"matchUpdateTypes": ["major"],
28-
"matchFileNames": ["pyproject.toml"],
29-
"schedule": ["after 7pm on thursday"],
36+
"matchUpdateTypes": [
37+
"major"
38+
],
39+
"matchFileNames": [
40+
"pyproject.toml"
41+
],
42+
"schedule": [
43+
"after 7pm on thursday"
44+
],
3045
"prPriority": 10
3146
},
3247
{
33-
"groupName": "GitHub Actions",
34-
"matchManagers": ["github-actions"],
35-
"matchFileNames": [".github/workflows/**"],
36-
"schedule": ["before 6pm on wednesday"],
37-
"prPriority": 5,
38-
"dependencyDashboardApproval": false
39-
}
48+
"groupName": "GitHub Actions",
49+
"matchManagers": [
50+
"github-actions"
51+
],
52+
"matchFileNames": [
53+
".github/workflows/**"
54+
],
55+
"schedule": [
56+
"before 6pm on wednesday"
57+
],
58+
"prPriority": 5,
59+
"dependencyDashboardApproval": false
60+
}
4061
]
4162
}

0 commit comments

Comments
 (0)