From 524f1ad0e2a8ba14a3929e1f03249317bfb453a3 Mon Sep 17 00:00:00 2001 From: Marty McFly Date: Fri, 26 Jun 2026 15:13:45 -0600 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4079c98 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10