From df8b41fe86705dd1987a24e68cee3bd6bd60f9b2 Mon Sep 17 00:00:00 2001 From: Diego Aquino Date: Fri, 14 Feb 2025 17:28:16 -0300 Subject: [PATCH] fix(root): dependabot action directories (#560) --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b4daa06..bfbe01a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,9 +29,7 @@ updates: - version-update:semver-major - package-ecosystem: github-actions - directories: - - /.github/workflows - - /.github/actions/* + directory: / schedule: interval: weekly day: sunday