From 2ac452c9c29ab392428985c06c4ac62406607f1f Mon Sep 17 00:00:00 2001 From: Blake Reid <55412528+breid48@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:09:14 -0700 Subject: [PATCH] create dependabot.yml --- .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..9817e46 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + target-branch: "main" + reviewers: + - "breid48"