From 18908d026b03ada0393c694691c974d39872a91f Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Thu, 28 Dec 2023 13:01:17 +0300 Subject: [PATCH] check pip deps weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 383a17e31..9c050cafb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,7 +29,7 @@ updates: directory: "/" target-branch: dev schedule: - interval: "daily" + interval: "weekly" ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"]