From f2417a6f6d67b0c76a9cf6cd273f165a0b1630bc Mon Sep 17 00:00:00 2001 From: Chathan Driehuys Date: Fri, 24 Mar 2023 22:49:32 +0000 Subject: [PATCH] chore: Configure Dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..696b5d7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"