We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd900e commit 427b470Copy full SHA for 427b470
1 file changed
renovate.json
@@ -8,14 +8,24 @@
8
"ignorePaths": [
9
"uv.lock",
10
"**/*-requirements.*.txt",
11
- "**/*-requirements.txt",
12
- "**/pyproject.toml"
+ "**/*-requirements.txt"
13
],
14
"packageRules": [
+ {
15
+ "description": "Ignore pyproject.toml everywhere except docs/",
16
+ "matchFileNames": ["**/pyproject.toml", "!docs/**/pyproject.toml"],
17
+ "enabled": false
18
+ },
19
20
+ "description": "Group all docs/ dependency updates into one PR",
21
+ "matchFileNames": ["docs/**"],
22
+ "groupName": "docs dependencies"
23
24
{
25
"description": "Group GitHub Actions updates into one PR",
26
"matchManagers": ["github-actions"],
- "groupName": "github actions"
27
+ "groupName": "github actions",
28
+ "schedule": ["before 8am on Monday"]
29
},
30
31
"groupName": "all patch versions",
0 commit comments