From 3cf8e5717248b41ddb5e6733d484429098dbef2d Mon Sep 17 00:00:00 2001 From: Reza Rahimi <145064767+rrahimi-uci@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:26:18 -0700 Subject: [PATCH] chore: add Dependabot config --- .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 0000000..d0cefcc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + groups: + dev-tooling: + patterns: ["ruff", "mypy", "pytest*"] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file