From e2d91a255ff4a3a00a60fc5e7b711d7dcfe5d35c Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Fri, 8 Aug 2025 10:17:58 +0200 Subject: [PATCH] enable github-actions dependabot (#229) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344..386dd8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: + - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"