From d69b8a59d9ccc328ccc59512657aaed91352e774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 17 Sep 2025 20:06:10 +0200 Subject: [PATCH] Update Dependabot configuration for updates --- .github/dependabot.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46b4ad2..c7d48a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,19 +5,11 @@ version: 2 updates: - # Maintain dependencies for Go - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" - # Maintain dependencies for build tools - - package-ecosystem: "gomod" - directory: "/tools" - schedule: - interval: "weekly" - - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: @@ -26,4 +18,4 @@ updates: - package-ecosystem: docker directory: / schedule: - interval: daily + interval: "weekly"