From f70167686cb5c18a75bdec8b781c41bd40b226b6 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 26 Jun 2024 16:33:28 -0700 Subject: [PATCH] Use new wildcard feature in dependabot --- .github/dependabot.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef0d0fd5d7..349603079b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,16 +7,14 @@ updates: - package-ecosystem: gomod directories: - - / - - /tests + - "**/*" + schedule: interval: daily - package-ecosystem: docker directories: - - /build - - /tests - - /tests/conformance + - "**/*" schedule: interval: daily