diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7f584f..8d46ee2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: go-dependencies: patterns: @@ -17,6 +19,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: gh-actions-dependencies: patterns: @@ -25,7 +29,9 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: docker-dependencies: patterns: - - "*" \ No newline at end of file + - "*"