diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e8e05358..e1469ca79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: python-packages: patterns: - "*" + ignore: + - dependency-name: "qiskit" + # There is a bug with Mypy and Qiskit 2.4.0 + # See https://github.com/python/mypy/issues/21263 + versions: [ ">=2.4" ]