From 0f1f82f5b99d1dabc661936cea574451644319db Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 4 Mar 2024 11:59:07 -0500 Subject: [PATCH] Create dependabot.yml --- .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 00000000..6baed210 --- /dev/null +++ b/.github/ dependabot.yml @@ -0,0 +1,14 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"