Skip to content

Commit a08f597

Browse files
drernieclaude
andauthored
chore(deps): fix renovate grouping for python and js tools (#348)
- Add esbuild, dotenv, dotenv-expand to JS tools group - Switch Python group to matchFileNames docker/** (more reliable than matchManagers) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 11fed01 commit a08f597

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

renovate.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"ora",
1111
"commander",
1212
"ajv",
13+
"esbuild",
14+
"dotenv",
15+
"dotenv-expand",
1316
"/typescript/",
1417
"/eslint/",
1518
"/node/"
@@ -25,14 +28,8 @@
2528
},
2629
{
2730
"groupName": "Python dependencies",
28-
"matchManagers": [
29-
"uv",
30-
"pip_requirements",
31-
"pip-compile"
32-
],
33-
"matchPackageNames": [
34-
"/.*/"
35-
]
31+
"matchFileNames": ["docker/**"],
32+
"matchPackageNames": ["/./"]
3633
}
3734
]
3835
}

0 commit comments

Comments
 (0)