From 489b64370944b362b9b34234b1ec0070fd6a1672 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 17 Aug 2023 09:43:53 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"