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
It would be good to have
buf + dependabotintegration so that protobuf dependencies managed bybufcan be updated at a regular period.Something like this:
I'd be happy to help further on this feature request.
Ref: dependabot config
cc: @robbertvanginkel