From 82d1c555267d792fd124188a4e8d079bac8822b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 23 Oct 2023 19:16:10 +0200 Subject: [PATCH] .github: Dependabot config for go dependencies --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ca79ca5b4..f2682e225 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,11 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + - package-ecosystem: gomod + directory: scripts + schedule: + interval: weekly