diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54ad299..288a31f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: npm directory: "/" + cooldown: + default-days: 7 schedule: interval: weekly open-pull-requests-limit: 10 @@ -18,6 +20,8 @@ updates: - package-ecosystem: docker directory: "/docker" + cooldown: + default-days: 7 schedule: interval: weekly open-pull-requests-limit: 10 @@ -30,6 +34,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "weekly" open-pull-requests-limit: 10