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