Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/testing-and-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,14 @@ The Renovate configuration is intentionally simple and low-noise:
},
"packageRules": [
{
"matchManagers": ["pip_requirements", "pip-compile", "pep621"],
"matchPackagePatterns": ["*"],
"groupName": "python-deps"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@myk-org/pi-sidecar"],
"groupName": "npm-deps"
}
]
}
Expand All @@ -319,7 +325,7 @@ That setup means:
- Renovate keeps a dependency dashboard.
- Lock file maintenance is enabled weekly.
- Dependency PRs are not throttled by hourly or concurrent limits.
- Updates are grouped into a single `python-deps` stream instead of a flood of unrelated PRs.
- Python updates are grouped into a `python-deps` stream and npm updates for the pi-sidecar package into a separate `npm-deps` stream, avoiding a flood of unrelated PRs.

The rest of the repository bot setup looks like this:

Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
},
"packageRules": [
{
"matchManagers": ["pip_requirements", "pip-compile", "pep621"],
"matchPackagePatterns": ["*"],
"groupName": "python-deps"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@myk-org/pi-sidecar"],
"groupName": "npm-deps"
}
]
}
30 changes: 15 additions & 15 deletions sidecar-helper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.