From 7a42140d6c187f9289cf10cdc897faf4e741b7a4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 12 May 2025 19:40:36 +0300 Subject: [PATCH] dependabot: Change to weekly Let's see if this fixes it missing from the GitHub UI. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79a6c371..055e5197 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" + interval: "weekly" groups: smithay: patterns: @@ -17,6 +17,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" ignore: - dependency-name: "Andrew-Chen-Wang/github-wiki-action"