From 04643f6e97ce5614f0b200e7f05779722da5e42a Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Wed, 10 Jan 2024 19:53:14 +0100 Subject: [PATCH] Add dependabot for example app Signed-off-by: m.nabokikh --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b3129d93..2d03cf38 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -15,6 +15,13 @@ updates: schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/examples" + labels: + - "area/dependencies" + schedule: + interval: "daily" + - package-ecosystem: "docker" directory: "/" labels: