mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
packages: disable auto-updating of slate-related package (#44640)
This commit is contained in:
parent
2c1e7c83ca
commit
aa22499b29
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -4,10 +4,12 @@
|
||||
],
|
||||
"enabledManagers": ["npm"],
|
||||
"ignoreDeps": [
|
||||
"@grafana/slate-react", // should be updated when the `slate` package is updated
|
||||
"@types/systemjs",
|
||||
"@types/d3-force", // we should bump this once we move to esm modules
|
||||
"@types/d3-interpolate", // we should bump this once we move to esm modules
|
||||
"@types/d3-scale-chromatic", // we should bump this once we move to esm modules
|
||||
"@types/grafana__slate-react", // should be updated when the `slate` package is updated
|
||||
"@types/react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead
|
||||
"d3",
|
||||
"d3-force", // we should bump this once we move to esm modules
|
||||
|
Loading…
Reference in New Issue
Block a user