diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb2d9d1d6d0..66b95d6f7d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 labels: - "maintenance" - "dependencies" @@ -12,6 +14,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 labels: - "maintenance" - "dependencies"