Copilot commented on code in PR #7042:
URL: https://github.com/apache/ignite-3/pull/7042#discussion_r2554802759
##########
.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"
Review Comment:
The new Calcite dependency ignore entries should include explanatory
comments similar to the existing tree-sitter entry above (lines 10-11). Add a
TODO comment with the JIRA reference IGNITE-27043 to document why these
dependencies are being ignored and maintain consistency with the existing
ignore pattern.
```suggestion
versions: [ "0.24.5" ]
# TODO https://issues.apache.org/jira/browse/IGNITE-27043
- dependency-name: "org.apache.calcite:calcite-core"
# TODO https://issues.apache.org/jira/browse/IGNITE-27043
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]