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