From c9dafee1ec0fd411325963151fb053284f75e9f0 Mon Sep 17 00:00:00 2001 From: MukundaKatta Date: Fri, 5 Jun 2026 19:54:21 -0500 Subject: [PATCH] chore: add Dependabot config (round 2) Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d3c3021 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5