From 8b59c50f35f224bb1e485ee59a4acdbeed26964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Fri, 1 Mar 2024 17:19:26 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e59c9c8..57c76a5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "github-actions" # See documentation for possible values - directory: ".github/" # Location of package manifests + directory: "/.github/workflows/" # Location of package manifests schedule: interval: "weekly"