From fdf1026fb5e8d2169d92d2580b733170334b1c5f Mon Sep 17 00:00:00 2001 From: Kenji Saito Date: Fri, 19 Sep 2025 02:31:19 +0900 Subject: [PATCH] Cooldown update process for dependencies --- .github/dependabot.yml | 6 ++++++ package.json | 2 +- pnpm-workspace.yaml | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41b388621..2e4deccd9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: / schedule: interval: daily + cooldown: + default-days: 1 groups: actions: patterns: @@ -15,6 +17,10 @@ updates: - /test/ schedule: interval: daily + cooldown: + default-days: 1 + exclude: + - 'pnpm' groups: npm: patterns: diff --git a/package.json b/package.json index 720b30f82..df83afdec 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,5 @@ "typescript": "^5.9.2", "typescript-eslint": "^8.44.0" }, - "packageManager": "pnpm@10.16.1" + "packageManager": "pnpm@10.17.0" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9076e8855..a0f925f1a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,3 +4,9 @@ packages: enablePrePostScripts: true strictPeerDependencies: false + +# one day +minimumReleaseAge: 1440 +minimumReleaseAgeExclude: + - pnpm + - appstore-connect-jwt-generator-core