From 03cad48d8ae09593360fe0d5509fc314265c84a2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 27 May 2024 12:41:07 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2a98610..32d75819 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,20 @@ updates: - package-ecosystem: "github-actions" directory: "/" target-branch: "stable" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" - package-ecosystem: "github-actions" directory: "/" target-branch: "stable" - + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" target-branch: "legacy" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily"