Override :ignoreModulesAndTests preset to remove **/tests/** from
ignorePaths, allowing Renovate to discover tests/ocpp-server/pyproject.toml
and manage its Python/Poetry dependencies.
"schedule:daily",
":maintainLockFilesWeekly"
],
+ "ignorePresets": [":ignoreModulesAndTests"],
+ "ignorePaths": [
+ "**/node_modules/**",
+ "**/bower_components/**",
+ "**/vendor/**",
+ "**/examples/**",
+ "**/__tests__/**",
+ "**/test/**",
+ "**/__fixtures__/**"
+ ],
"packageRules": [
{
"matchFileNames": ["**/package.json"],