From f27dfb52afdac1a698ee4442d1f313b2237a075b Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 4 Jun 2022 15:24:37 +0200 Subject: [PATCH] fix: add tutorials dir to dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e43381c..c622d76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,16 @@ updates: commit-message: prefix: "chore" include: "scope" + - package-ecosystem: "gomod" + directory: "/tutorials" + schedule: + interval: "daily" + time: "08:00" + labels: + - "dependencies" + commit-message: + prefix: "chore" + include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: