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