Skip to content

Commit 9d48094

Browse files
authored
Merge branch 'main' into update_client_mr_2
2 parents eed8950 + e99d9d5 commit 9d48094

2 files changed

Lines changed: 59 additions & 40 deletions

File tree

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
}

uv.lock

Lines changed: 24 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)