Skip to content
Merged
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
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignoreDeps": [
// llama-stack and lightspeed-stack must be updated together, as lightspeed-stack
// expects a very specific version of llama-stack, so we exclude them from auto-updates
// because any PR that updates one must also update the other, so it has to be done manually.
"llama-stack",
"lightspeed-stack",
// We don't particularly care about updating inspector
"inspector"
],
Comment thread
omertuc marked this conversation as resolved.
"git-submodules": {
"enabled": false
"enabled": true
}
}