From f0a15318b83b338f314dc80499611471119b532e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 26 Sep 2025 11:28:26 +0200 Subject: [PATCH] Run dependabot updates less often for now --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c24160fbb..26262ec8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "pip" directory: "/third_party" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" ignore: - dependency-name: "clang-format" - dependency-name: "cmake-format" @@ -17,7 +17,7 @@ updates: - package-ecosystem: "github-actions" directory: "/.github/workflows/" schedule: - interval: "daily" + interval: "monthly" groups: actions-dependencies: applies-to: version-updates