This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch ignite-27043 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 5aa7402cfd2eebb9f5fad7499676ba0f4bb6201f Author: Pavel Tupitsyn <[email protected]> AuthorDate: Mon Nov 24 08:45:51 2025 +0200 IGNITE-27043 Ignore Calcite dependency in Debendabot https://issues.apache.org/jira/browse/IGNITE-27043 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3f5f09744d..54e098fda48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: - dependency-name: "io.github.bonede:tree-sitter" # TODO https://issues.apache.org/jira/browse/IGNITE-24978 versions: [ "0.24.5" ] + - dependency-name: "org.apache.calcite:calcite-core" + - dependency-name: "org.apache.calcite:calcite-linq4j" - package-ecosystem: "nuget" directory: "/modules/platforms/dotnet"
