diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a09f33..746189e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,32 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/Los_Angeles" groups: + python-updates: + update-types: ["minor", "patch"] - package-ecosystem: "npm" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/Los_Angeles" groups: + npm-updates: + update-types: ["minor", "patch"] - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/Los_Angeles" groups: + actions-updates: + patterns: ["*"]