mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Chore: add @types/history
to renovate ignore list (#86011)
add @types/history to renovate ignore list
This commit is contained in:
parent
a1086836f3
commit
505bdf5a8d
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@ -4,6 +4,7 @@
|
||||
],
|
||||
"enabledManagers": ["npm"],
|
||||
"ignoreDeps": [
|
||||
"@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly
|
||||
"history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744)
|
||||
"react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744)
|
||||
"loader-utils", // v3 requires upstream changes in ngtemplate-loader. ignore, and remove when we remove angular.
|
||||
|
Loading…
Reference in New Issue
Block a user