Skip to content

Group pbjson-types substrait dependency with substrait #20149

@Jefffrey

Description

@Jefffrey

Is your feature request related to a problem or challenge?

We're seeing PRs from dependabot trying to upgrade pbjson-types in datafusion-substrait:

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

pbjson-types = { version = "0.8.0" }
prost = { workspace = true }
substrait = { version = "0.62", features = ["serde"] }

Somehow group pbjson-types and substrait dependencies here in dependabot, without affecting pbjson-types dependency in other crates in datafusion

proto:
applies-to: version-updates
patterns:
- "prost*"
- "pbjson*"

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions