We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6bba8 commit 9e43225Copy full SHA for 9e43225
1 file changed
renovate.json
@@ -8,23 +8,14 @@
8
"ignorePaths": [
9
"uv.lock",
10
"**/*-requirements.*.txt",
11
- "**/test-requirements.txt"
+ "**/test-requirements.txt",
12
+ "**/benchmark-requirements.txt",
13
],
14
"packageRules": [
15
{
16
"description": "Group GitHub Actions updates into one PR",
17
"matchManagers": ["github-actions"],
- "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
+ "groupName": "github actions"
28
},
29
30
"matchManagers": ["pep621"],
0 commit comments