Skip to content

Commit 9e43225

Browse files
authored
Update renovate.json
1 parent df6bba8 commit 9e43225

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

renovate.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,14 @@
88
"ignorePaths": [
99
"uv.lock",
1010
"**/*-requirements.*.txt",
11-
"**/test-requirements.txt"
11+
"**/test-requirements.txt",
12+
"**/benchmark-requirements.txt",
1213
],
1314
"packageRules": [
1415
{
1516
"description": "Group GitHub Actions updates into one PR",
1617
"matchManagers": ["github-actions"],
17-
"groupName": "github actions",
18-
"schedule": ["before 8am on Monday"]
19-
},
20-
{
21-
"groupName": "all patch versions",
22-
"matchUpdateTypes": ["patch"],
23-
"schedule": ["before 8am every weekday"]
24-
},
25-
{
26-
"matchUpdateTypes": ["minor", "major"],
27-
"schedule": ["before 8am on Monday"]
18+
"groupName": "github actions"
2819
},
2920
{
3021
"matchManagers": ["pep621"],

0 commit comments

Comments
 (0)