diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7c7381e8..b6b6a6ccc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,16 @@ version: 2 updates: - - package-ecosystem: gomod - directory: / + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: monthly - groups: - go-deps: - patterns: - - "*" + interval: "weekly" - - package-ecosystem: docker - directory: / + - package-ecosystem: "docker" + directory: "/" schedule: - interval: weekly + interval: "weekly" - - package-ecosystem: github-actions - directory: / + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly + interval: "weekly"