Skip to content

buf + dependabot Integration #1022

@hasit

Description

@hasit

It would be good to have buf + dependabot integration so that protobuf dependencies managed by buf can be updated at a regular period.

Something like this:

# /path/to/.github/dependabot.yaml
  # Buf
  - package-ecosystem: "buf"
    directory: "/path/to/api"
    schedule:
      interval: "monthly"
    rebase-strategy: "disabled"
    open-pull-requests-limit: 20

I'd be happy to help further on this feature request.

Ref: dependabot config

cc: @robbertvanginkel

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature or requestWishlistThings we'd want in the future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions