diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 588379b3..6119a786 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -11,6 +13,8 @@ updates: directories: - "/src/sandbox/runtime" - "/src/code-validator/guest" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -20,6 +24,8 @@ updates: directories: - "/" - "/src/code-validator/guest" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00"