From fe573cc0e01e682cbec8fd722cb619b3407c85f7 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 5 Feb 2024 16:10:19 -0500 Subject: [PATCH 1/2] feat: create dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..48e3530 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# 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: "/" # Location of package manifests + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From 5824fe47113ce8c83ddf3bac5ac658c4f3310491 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 5 Feb 2024 16:24:33 -0500 Subject: [PATCH 2/2] add github action ecosystem --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48e3530..5512415 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"