From dfd923f276f103a60949c59d922517813c80406e Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Fri, 8 Aug 2025 10:18:06 +0200 Subject: [PATCH] enable github-actions dependabot (#852) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3938344a..386dd8d6 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"