diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e39a9b..adb68c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "08:00" timezone: "UTC" - target-branch: "master" + target-branch: "main" open-pull-requests-limit: 10 assignees: - "deniskore"