From c2485287982cd56e61dea256ec3fee82fb3d0782 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 27 Nov 2023 15:47:30 +0000 Subject: [PATCH] Enable dependabot. This should help us keep dependencies up to date. Signed-off-by: Andrew Walbran --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..98e44ee --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"