From 3203c754a13995f84383b90108416b9b834eb9cf Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Mon, 18 Nov 2024 11:32:37 +0000 Subject: [PATCH] update dependabot --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dea5eb55..b9e1baae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,19 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday + # Check for updates to GitHub Actions every week interval: "weekly" # Maintain dependencies for Go modules - package-ecosystem: "gomod" directory: "/" schedule: - # Check for updates to Go modules every weekday + # Check for updates to Go modules every week interval: "weekly" + + # Maintain dependencies for Go modules for tools + - package-ecosystem: "gomod" + directory: "/tools" + schedule: + # Check for updates to Go modules every week + interval: "weekly" \ No newline at end of file