A minimal and compact IBFT 2.0 implementation, written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-ibft/.github/dependabot.yml

13 lines
271 B

version: 2
updates:
- package-ecosystem: gomod
directory: /
target-branch: "main"
schedule:
interval: weekly
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
reviewers:
- "dbrajovic"
- "zivkovicmilos"