From f0da1cb34c795a7bf89e1cf8a4e2aab26f18d71b Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 7 Oct 2025 13:42:43 +0300 Subject: [PATCH] chore(ci): Add example dir to dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f4bfd395efd..c7e816b56dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,10 @@ updates: directory: tools schedule: interval: weekly +- package-ecosystem: gomod + directory: example + schedule: + interval: weekly - package-ecosystem: github-actions directory: / schedule: