From 2abb5aff61929ebb441732bf3c47fd5b84d090a8 Mon Sep 17 00:00:00 2001 From: Florin Lungu Date: Wed, 4 Dec 2024 23:20:34 +0200 Subject: [PATCH] updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10df9d4..9d175ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ registries: updates: - package-ecosystem: "docker" # See documentation for possible values directories: - - "/src/docker/*" # Location of package manifests + - "**/*" # Location of package manifests registries: - dockerhub target-branch: master