diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 757a8a2..ea5f866 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + cooldown: + default-days: 7 \ No newline at end of file