From cdd70e722cfe9315a2a4857526ed012585966fab Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Fri, 14 Jun 2024 16:02:09 -0700 Subject: [PATCH] Use wildcards in pattern --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40ed394..18078dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,5 @@ updates: # "pipeline-submodules" is an arbitrary name pipeline-submodules: patterns: - - pipeline-Nextflow-config - - pipeline-Nextflow-module + - "*/pipeline-Nextflow-config" + - "*/pipeline-Nextflow-module"