From ff61975733d2e7ab2c26f3bef68c058341251812 Mon Sep 17 00:00:00 2001 From: Thomas Brugman Date: Sun, 17 Nov 2024 18:18:48 +0100 Subject: [PATCH] Improve Dependabot. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6c4a759c..c9802fcb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,11 @@ version: 2 updates: # Update for GitHub Actions dependencies - package-ecosystem: "github-actions" - directory: "/" # Root directory for GitHub Actions workflows + directory: "/.github/workflows" # Directory for GitHub Actions workflows schedule: interval: "daily" # Check for updates daily (previously mentioned as weekly) time: "08:00" # Run every day at 08:00 UTC, day specification removed as it's redundant labels: - "github-actions" assignees: - - "Githubguy132010" # Replace with your GitHub username + - "Githubguy132010" \ No newline at end of file