Skip to content

Commit 427b470

Browse files
authored
Update renovate.json to modify ignorePaths and rules
1 parent 1fd900e commit 427b470

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

renovate.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,24 @@
88
"ignorePaths": [
99
"uv.lock",
1010
"**/*-requirements.*.txt",
11-
"**/*-requirements.txt",
12-
"**/pyproject.toml"
11+
"**/*-requirements.txt"
1312
],
1413
"packageRules": [
14+
{
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+
},
1524
{
1625
"description": "Group GitHub Actions updates into one PR",
1726
"matchManagers": ["github-actions"],
18-
"groupName": "github actions"
27+
"groupName": "github actions",
28+
"schedule": ["before 8am on Monday"]
1929
},
2030
{
2131
"groupName": "all patch versions",

0 commit comments

Comments
 (0)