We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59444e commit 94397d6Copy full SHA for 94397d6
3 files changed
.github/dependabot.yml
@@ -4,6 +4,8 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+ cooldown:
8
+ default-days: 1
9
groups:
10
actions:
11
patterns:
@@ -15,6 +17,10 @@ updates:
15
17
- /test/
16
18
19
20
21
22
+ exclude:
23
+ - 'pnpm'
24
25
npm:
26
package.json
@@ -43,5 +43,5 @@
43
"typescript": "^5.9.2",
44
"typescript-eslint": "^8.44.0"
45
},
46
- "packageManager": "pnpm@10.16.1"
+ "packageManager": "pnpm@10.17.0"
47
}
pnpm-workspace.yaml
@@ -4,3 +4,9 @@ packages:
enablePrePostScripts: true
strictPeerDependencies: false
+
+# one day
+minimumReleaseAge: 1440
+minimumReleaseAgeExclude:
+ - pnpm
12
+ - appstore-connect-jwt-generator-core
0 commit comments