From 33f20b9566d946be6e1c965a2dd7d09f11c7fe2f Mon Sep 17 00:00:00 2001 From: Chris Morin Date: Thu, 18 Jun 2026 11:48:51 -0700 Subject: [PATCH] chore: group dependabot security updates --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0a9ce82 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 + +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + groups: + python-security: + applies-to: "security-updates" + patterns: + - "*" + + - package-ecosystem: "npm" + directory: "/docs-site" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + groups: + docs-site-security: + applies-to: "security-updates" + patterns: + - "*"