From a3ba2b8d504d4c333bb5da794c5d89a22333baec Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 12 Jan 2026 13:21:36 -0700 Subject: [PATCH] Add dependabot for automated dependency updates --- .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..9a640ee --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10