diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a68a89c..aef3443 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,13 @@ version: 2 updates: - package-ecosystem: "bundler" # See documentation for possible values directory: "/" # Location of package manifests + groups: + patch-and-minor-dependencies: + update-types: ["patch", "minor"] schedule: interval: "weekly" - day: "thursday" - time: "12:00" + day: "saturday" + time: "11:45" timezone: "Europe/Berlin" assignees: - "simonneutert"