From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Mon, 17 Jan 2022 01:32:04 +0000 (-0600) Subject: Create dependabot.yml X-Git-Tag: v0.0.105~37^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=126771daf812609cc7a42ba5a92778083b46d04c;p=rust-lightning Create dependabot.yml Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com> --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c8c6daa51 --- /dev/null +++ b/.github/dependabot.yml @@ -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"