Merge pull request #1243 from naveensrinivasan/naveensrinivasan/dependabot

Enable Dependabot
This commit is contained in:
Arik Sosman 2022-01-18 14:04:38 -08:00 committed by GitHub
commit 10204f706f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

36
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,36 @@
# 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"