Skip to content

Commit

Permalink
renovate: exclude rust deps we forked / cant easily bump or upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Aug 30, 2024
1 parent 8d7e5ca commit 42a42b2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
"nix": {
"enabled": true
},
"labels": ["dependencies", "github_actions"]
"labels": [
"dependencies",
"github_actions"
],
"ignoreDeps": [
"tikv-jemllocator",
"tikv-jemalloc-sys",
"tikv-jemalloc-ctl",
"opentelemetry-rust",
"tracing-opentelemetry"
]
}

0 comments on commit 42a42b2

Please sign in to comment.