diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 118d72d..02e55ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: # npm パッケージの更新設定 - package-ecosystem: "npm" + cooldown: + default-days: 3 directory: "/" schedule: interval: "weekly" @@ -57,6 +59,8 @@ updates: # GitHub Actionsの更新設定 - package-ecosystem: "github-actions" + cooldown: + default-days: 3 directory: "/" schedule: interval: "weekly" @@ -70,4 +74,4 @@ updates: prefix: "chore" include: "scope" # 追加: PRの制限数設定 - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5