diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42a0e53..9a052a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,18 +3,34 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - time: "06:00" - timezone: "Europe/Paris" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/New_York" labels: - "dependencies" + commit-message: + prefix: "ci" + include: "scope" + groups: + actions: + patterns: + - "*" - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" - time: "06:00" - timezone: "Europe/Paris" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/New_York" allow: - dependency-type: "production" labels: - "dependencies" + commit-message: + prefix: "chore" + include: "scope" + groups: + go: + patterns: + - "*"