diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 73ad112d..f0742b16 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,6 +6,9 @@ updates: directory: / schedule: interval: weekly + # Wait 7 days after a version is released before updating + cooldown: + default-days: 7 labels: - dependencies - github-actions @@ -17,6 +20,9 @@ updates: interval: daily # UTC time: '08:00' + # Wait 7 days after a version is released before updating + cooldown: + default-days: 7 labels: - dependencies - npm