diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 295fce6..4827be0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,24 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: ".github/workflows" schedule: - interval: "weekly" + interval: "monthly" + groups: + all: + patterns: + - "*" - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" + groups: + all: + patterns: + - "*" \ No newline at end of file