Chore: ignore react package upgrades for now (#105001)

ignore react package upgrades for now
pull/105005/head
Ashley Harrison 2 weeks ago committed by GitHub
parent e5c2309ad3
commit c36d84376b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      .github/renovate.json5

@ -2,6 +2,15 @@
extends: ["config:recommended"],
enabledManagers: ["npm"],
ignoreDeps: [
// ignoring these until we can upgrade to react 19
// see epic here: https://github.com/grafana/grafana/issues/98813
'@types/react',
'@types/react-dom',
'eslint-plugin-react-hooks',
'react',
'react-dom',
'react-refresh',
"@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", // we should bump this together with history and react-router-dom

Loading…
Cancel
Save