From 17eedd67bbbc35bc6cba4878025e857088b318c4 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 5 Jun 2026 15:26:43 -0700 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..de7595ca0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,34 @@ +version: 2 + +updates: + - package-ecosystem: "bun" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "09:00" + timezone: "America/Los_Angeles" + open-pull-requests-limit: 5 + groups: + bun-minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + exclude-paths: + - "demos/**" + - "tests/framework-fixtures/**" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "09:30" + timezone: "America/Los_Angeles" + open-pull-requests-limit: 3 + groups: + github-actions: + patterns: + - "*"