From 265df0e06573af7c2dcb6e8b805e87b0b694249c Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 15 Jan 2025 10:47:53 -0500 Subject: [PATCH] Use glob support for directories key Signed-off-by: Cody Soyland --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c33c839..e3e4781 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,7 @@ version: 2 updates: - package-ecosystem: gomod directories: - - "/" - - "/examples/oci-image-verification" + - "**/*" schedule: interval: "weekly" open-pull-requests-limit: 10