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"