From 8b3d8ccb47383b737a38218f8cb5da92a4a6a406 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 2 Jan 2025 11:34:04 +0300 Subject: 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 055e5197..79a6c371 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "daily" groups: smithay: patterns: @@ -17,6 +17,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" ignore: - dependency-name: "Andrew-Chen-Wang/github-wiki-action" -- cgit