Jefffrey opened a new issue, #20149: URL: https://github.com/apache/datafusion/issues/20149
### Is your feature request related to a problem or challenge? We're seeing PRs from dependabot trying to upgrade `pbjson-types` in `datafusion-substrait`: - https://github.com/apache/datafusion/pull/20126 These are noise as we need to match the version from the `substrait` crate. Need to figure a way to exclude these updates whilst not affecting `pbjson-types` from other crates. ### Describe the solution you'd like https://github.com/apache/datafusion/blob/b80bf2ca8ef74900fee96a1cc169bdedf53b36fc/datafusion/substrait/Cargo.toml#L45-L47 Somehow group `pbjson-types` and `substrait` dependencies here in dependabot, without affecting `pbjson-types` dependency in other crates in datafusion https://github.com/apache/datafusion/blob/b80bf2ca8ef74900fee96a1cc169bdedf53b36fc/.github/dependabot.yml#L43-L47 - Is it possible to group by `Cargo.toml` manifest path instead of only names? ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
