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: + - "*"