From 14d531299e04e6b993bf6c0ac5ce94184f3586c4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 7 Nov 2023 16:42:16 -0700 Subject: [PATCH] Add dependabot checking Signed-off-by: Joe Block --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..86bb331 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- +# Use `allow` to specify which dependencies to maintain + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"