From e5b03700544b0d048146c7f912f446d2c1376b62 Mon Sep 17 00:00:00 2001 From: Katie Mulliken Date: Sat, 7 Dec 2024 23:16:01 -0500 Subject: [PATCH] ci: add dependabot configuration for automated dependency updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5555a115 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"