rust-lightning/.github/dependabot.yml
Naveen 126771daf8 Create dependabot.yml
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-01-18 19:39:53 +00:00

36 lines
965 B
YAML

# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning-background-processor"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning-block-sync"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning-invoice"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning-net-tokio"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning-persister"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lightning"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"